Constructor and Description |
---|
ImageInfo(ByteBuffer data,
int width,
int height,
boolean compressed,
int compressionFormat) |
Modifier and Type | Method and Description |
---|---|
int |
getCompressionFormat() |
ByteBuffer |
getData() |
int |
getHeight() |
int |
getWidth() |
boolean |
isCompressed() |
public ImageInfo(ByteBuffer data, int width, int height, boolean compressed, int compressionFormat)
public int getWidth()
public int getHeight()
public ByteBuffer getData()
public boolean isCompressed()
public int getCompressionFormat()
Copyright 2010 JogAmp Community.