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

Constructor Index

 o DoubleBufferPanel()

Method Index

 o invalidate()
null out the offscreen buffer as part of invalidation
 o paint(Graphics)
paint children into an offscreen buffer, then blast entire image at once.
 o update(Graphics)
override update to *not* erase the background before painting

Constructors

 o DoubleBufferPanel
 public DoubleBufferPanel()

Methods

 o invalidate
 public void invalidate()
null out the offscreen buffer as part of invalidation

Overrides:
invalidate in class Container
 o update
 public void update(Graphics g)
override update to *not* erase the background before painting

Overrides:
update in class Container
 o 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