| sun.awt.X11.XRepaintArea
XRepaintArea | class XRepaintArea extends RepaintArea (Code) | | The RepaintArea is a geometric construct created for the
purpose of holding the geometry of several coalesced paint events.
This geometry is accessed synchronously, although it is written such
that painting may still be executed asynchronously.
author: Eric Hawkes version: 1.12 05/05/07 |
XRepaintArea | public XRepaintArea()(Code) | | Constructs a new XRepaintArea
since: 1.3 |
paintComponent | protected void paintComponent(Component comp, Graphics g)(Code) | | Calls Component.paint(Graphics) with given Graphics.
|
updateComponent | protected void updateComponent(Component comp, Graphics g)(Code) | | Calls Component.update(Graphics) with given Graphics.
|
|
|