Class DDSImage.ImageInfo
- java.lang.Object
-
- com.jogamp.opengl.util.texture.spi.DDSImage.ImageInfo
-
-
Constructor Summary
Constructors Constructor Description ImageInfo(ByteBuffer data, int width, int height, boolean compressed, int compressionFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCompressionFormat()
ByteBuffer
getData()
int
getHeight()
int
getWidth()
boolean
isCompressed()
-
-
-
Constructor Detail
-
ImageInfo
public ImageInfo(ByteBuffer data, int width, int height, boolean compressed, int compressionFormat)
-
-
Method Detail
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getData
public ByteBuffer getData()
-
isCompressed
public boolean isCompressed()
-
getCompressionFormat
public int getCompressionFormat()
-
-