Class marimba.gui.BackingStore
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.gui.BackingStore

java.lang.Object
   |
   +----marimba.gui.BackingStore

public final class BackingStore
extends Object
A Backing store for AWT components.
Version:
1.11, 11/09/96
Author:
Arthur van Hoff

Constructor Index

 o BackingStore()

Method Index

 o flush()
Flush the backing store.
 o getGraphics(Component)
Get the offscreen image.
 o paint(Graphics)
Paint the backing store to the window.
 o toString()
Debugging.

Constructors

 o BackingStore
  public BackingStore()

Methods

 o getGraphics
  public synchronized Graphics getGraphics(Component owner)
Get the offscreen image. The component is the owner of in which the offscreen buffer will be drawn. The bounding rectangle indicates the area in which will be drawn. The cliprect will be set to the indicated area.
 o paint
  public synchronized void paint(Graphics g)
Paint the backing store to the window. Note that the caller must synchronize on the backingstore if multiple threads use the same backing store to paint.
 o toString
  public String toString()
Debugging.
Overrides:
toString in class Object
 o flush
  public synchronized void flush()
Flush the backing store.

All Packages  Class Hierarchy  This Package  Previous  Next  Index