Class ImageBuffer

java.lang.Object
  |
  +--ImageBuffer

public class ImageBuffer
extends java.lang.Object


Field Summary
 waba.fx.Image image
           
 
Constructor Summary
ImageBuffer()
           
 
Method Summary
 void free()
           
 waba.fx.Graphics get(int width, int height)
           
 boolean isSameSize(int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

image

public waba.fx.Image image
Constructor Detail

ImageBuffer

public ImageBuffer()
Method Detail

free

public void free()

isSameSize

public boolean isSameSize(int width,
                          int height)

get

public waba.fx.Graphics get(int width,
                            int height)