public interface GraphicsSource
Graphics object for painting.| Modifier and Type | Method and Description |
|---|---|
void |
flushGraphics(Rectangle region)
Tells the GraphicsSource that you have finished using that region.
|
Graphics |
getGraphics(Rectangle region)
Returns a Graphics for the rectangular region requested.
|
Graphics getGraphics(Rectangle region)
null.region - The rectangular regionvoid flushGraphics(Rectangle region)
region - The rectangular region that that no longer needs the GraphicsCopyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.