Package | Description |
---|---|
com.foxit.gsdk.image |
Modifier and Type | Method and Description |
---|---|
Size |
Image.getCurrentFrameSize()
Get width and height of the current frame.
|
Size |
Image.getSize()
Get the image width and height.
|
Size |
Bitmap.getSize()
Get the size of current bitmap.
|
Modifier and Type | Method and Description |
---|---|
static Bitmap |
Bitmap.create(Size size,
int format,
java.awt.image.DataBuffer buffer,
int stride)
Create a bitmap.
|