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

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

public class TGMeasureBuffer
extends java.lang.Object


Constructor Summary
TGMeasureBuffer(Device device)
           
 
Method Summary
 void dispose()
           
 Image getImage()
           
 TGPainter getPainter()
           
 boolean isDisposed()
           
 void makeBuffer(int width, int height, Color background)
           
 void paintImage(TGPainter painter, int x, int y, int srcY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGMeasureBuffer

public TGMeasureBuffer(Device device)
Method Detail

makeBuffer

public void makeBuffer(int width,
                       int height,
                       Color background)

getPainter

public TGPainter getPainter()

paintImage

public void paintImage(TGPainter painter,
                       int x,
                       int y,
                       int srcY)

getImage

public Image getImage()

dispose

public void dispose()

isDisposed

public boolean isDisposed()