org.herac.tuxguitar.gui.editors.tab
Class CacheImage

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.tab.CacheImage

public class CacheImage
extends java.lang.Object


Constructor Summary
CacheImage(Device device)
           
CacheImage(Device device, int width, int height)
           
 
Method Summary
 void dispose()
           
 GC getGC()
           
 Image getImage()
           
 boolean isDisposed()
           
 void paintImage(GC gc, int x, int y)
           
 void setSize(int width, int height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheImage

public CacheImage(Device device)

CacheImage

public CacheImage(Device device,
                  int width,
                  int height)
Method Detail

setSize

public void setSize(int width,
                    int height)

getGC

public GC getGC()

paintImage

public void paintImage(GC gc,
                       int x,
                       int y)

getImage

public Image getImage()

dispose

public void dispose()

isDisposed

public boolean isDisposed()