|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.fx.ImageBuffer
| Field Summary | |
Graphics |
graphics
|
Image |
image
|
int |
imageCreationOptions
|
| Constructor Summary | |
ImageBuffer()
|
|
| Method Summary | |
void |
free()
|
Graphics |
get(int width,
int height)
|
Graphics |
get(int width,
int height,
boolean exactly)
|
Graphics |
getBuffer(int width,
int height,
Rect area,
Color background,
boolean exactly)
|
boolean |
isSameSize(int width,
int height)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
public Image image
public Graphics graphics
public int imageCreationOptions
| Constructor Detail |
public ImageBuffer()
| Method Detail |
public void free()
public boolean isSameSize(int width,
int height)
public Graphics get(int width,
int height)
public Graphics get(int width,
int height,
boolean exactly)
public Graphics getBuffer(int width,
int height,
Rect area,
Color background,
boolean exactly)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||