Draw2D v2.0

org.eclipse.draw2d
Interface GraphicsSource


public interface GraphicsSource


Method Summary
 void flushGraphics(Rectangle region)
          tells the GraphicsSource that you have finished using that region.
 Graphics getGraphics(Rectangle region)
          returns an IGraphics for the Rectangular region requested
 

Method Detail

getGraphics

public Graphics getGraphics(Rectangle region)
returns an IGraphics for the Rectangular region requested

flushGraphics

public void flushGraphics(Rectangle region)
tells the GraphicsSource that you have finished using that region.

Draw2D v2.0