All Packages Class Hierarchy This Package Previous Next Index
Class fr.l2f.gui.DoubleBufferPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----fr.l2f.gui.DoubleBufferPanel
- public class DoubleBufferPanel
- extends Panel
-
DoubleBufferPanel()
-
-
invalidate()
- null out the offscreen buffer as part of invalidation
-
paint(Graphics)
- paint children into an offscreen buffer, then blast entire image
at once.
-
update(Graphics)
- override update to *not* erase the background before painting
DoubleBufferPanel
public DoubleBufferPanel()
invalidate
public void invalidate()
- null out the offscreen buffer as part of invalidation
- Overrides:
- invalidate in class Container
update
public void update(Graphics g)
- override update to *not* erase the background before painting
- Overrides:
- update in class Container
paint
public void paint(Graphics g)
- paint children into an offscreen buffer, then blast entire image
at once.
- Overrides:
- paint in class Container
All Packages Class Hierarchy This Package Previous Next Index