All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.DrawLock

java.lang.Object
   |
   +----pinball.player.DrawLock

public class DrawLock
extends Object
Lock used to make sure the buffer info is draw on the screen.


Constructor Index

 o DrawLock()

Method Index

 o drawable()
The buffer can be drawn.
 o status()
Check if the buffer can be drawn.
 o undrawable()
The buffer cannot be drawn.

Constructors

 o DrawLock
 public DrawLock()

Methods

 o drawable
 public void drawable()
The buffer can be drawn.

 o undrawable
 public void undrawable()
The buffer cannot be drawn.

 o status
 public boolean status()
Check if the buffer can be drawn.

Returns:
drawable status.

All Packages  Class Hierarchy  This Package  Previous  Next  Index