org.globus.cog.gui.grapheditor.targets.swing.util
Interface ScalingPainter
- All Superinterfaces:
- Runnable
- All Known Implementing Classes:
- AbstractPainter
- public interface ScalingPainter
- extends Runnable
| Methods inherited from interface java.lang.Runnable |
run |
setPainterListener
public void setPainterListener(PainterListener pl)
setBounds
public void setBounds(Rectangle bounds)
setPaintArea
public void setPaintArea(Rectangle area)
getBuffer
public BufferedImage getBuffer()
setBuffer
public void setBuffer(BufferedImage buffer)
setBufferDimension
public void setBufferDimension(Dimension d)
cancel
public void cancel()
destroy
public void destroy()
isPainting
public boolean isPainting()
wake
public void wake()