Uses of Class
javax.media.ding3d.NioImageBuffer.ImageType

Packages that use NioImageBuffer.ImageType
javax.media.ding3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of NioImageBuffer.ImageType in javax.media.ding3d
 

Methods in javax.media.ding3d that return NioImageBuffer.ImageType
 NioImageBuffer.ImageType NioImageBuffer.getImageType()
          Gets the image type of this data buffer.
static NioImageBuffer.ImageType NioImageBuffer.ImageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NioImageBuffer.ImageType[] NioImageBuffer.ImageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in javax.media.ding3d with parameters of type NioImageBuffer.ImageType
NioImageBuffer(int width, int height, NioImageBuffer.ImageType imageType)
          Constructs an NIO image buffer of the specified size and type.
NioImageBuffer(int width, int height, NioImageBuffer.ImageType imageType, java.nio.Buffer dataBuffer)
          Constructs an NIO image buffer of the specified size and type, using the specified dataBuffer.