org.herac.tuxguitar.gui.editors.tab

Class CacheImage

public class CacheImage extends Object

Constructor Summary
CacheImage(Device device)
CacheImage(Device device, int width, int height)
Method Summary
voiddispose()
GCgetGC()
ImagegetImage()
booleanisDisposed()
voidpaintImage(GC gc, int x, int y)
voidsetSize(int width, int height)

Constructor Detail

CacheImage

public CacheImage(Device device)

CacheImage

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

Method Detail

dispose

public void dispose()

getGC

public GC getGC()

getImage

public Image getImage()

isDisposed

public boolean isDisposed()

paintImage

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

setSize

public void setSize(int width, int height)