mWaba.gui
Class ImageBuffer

java.lang.Object
  |
  +--mWaba.gui.ImageBuffer

public class ImageBuffer
extends java.lang.Object


Field Summary
 mGraphics graphics
           
 waba.fx.Image image
           
 
Constructor Summary
ImageBuffer()
           
 
Method Summary
 void free()
           
 mGraphics 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

graphics

public mGraphics graphics
Constructor Detail

ImageBuffer

public ImageBuffer()
Method Detail

free

public void free()

isSameSize

public boolean isSameSize(int width,
                          int height)

get

public mGraphics get(int width,
                     int height)