ewe.fx
Class ImageBuffer

java.lang.Object
  extended byewe.fx.ImageBuffer

public class ImageBuffer
extends Object


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

image

public Image image

graphics

public Graphics graphics

imageCreationOptions

public int imageCreationOptions
Constructor Detail

ImageBuffer

public ImageBuffer()
Method Detail

free

public void free()

isSameSize

public boolean isSameSize(int width,
                          int height)

get

public Graphics get(int width,
                    int height)

get

public Graphics get(int width,
                    int height,
                    boolean exactly)

getBuffer

public Graphics getBuffer(int width,
                          int height,
                          Rect area,
                          Color background,
                          boolean exactly)