|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.fx.ImageInfo
This is used for storing information about an Image retrieved by Image.getImageInfo().
| Field Summary | |
boolean |
canScale
If this is true it indicates that the image can be scaled while being decoded. |
int |
format
This will be one of the FORMAT_XXX values. |
static int |
FORMAT_BMP
|
static int |
FORMAT_GIF
|
static int |
FORMAT_JPEG
|
static int |
FORMAT_PNG
|
int |
height
|
Image |
image
This is only valid when getting one image out of a set of multiple images. |
int |
pauseInMillis
Pause after this image for the specified number of milliseconds. |
int |
size
An estimate on the number of bytes required by the image when decoded. |
int |
width
|
int |
x
|
int |
y
|
| Constructor Summary | |
ImageInfo()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public static final int FORMAT_BMP
public static final int FORMAT_PNG
public static final int FORMAT_JPEG
public static final int FORMAT_GIF
public int width
public int height
public int x
public int y
public int size
public int format
public boolean canScale
public int pauseInMillis
public Image image
| Constructor Detail |
public ImageInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||