Class com.next.gt.DisplayManager
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.next.gt.DisplayManager

java.lang.Object
   |
   +----com.next.gt.DisplayManager

public class DisplayManager
extends Object

Variable Index

 o owner
A reference back to the gamelet this manager is servicing.

Constructor Index

 o DisplayManager(Gamelet)

Method Index

 o paint(Graphics)
Display changed portions of screen.
 o refresh()
Refresh screen.
 o setBackground(Image)
Set the background image to the specified image.
 o setBackgroundTile(Image)
Tile the background with the specifed tile image.

Variables

 o owner
  protected Gamelet owner
A reference back to the gamelet this manager is servicing.

Constructors

 o DisplayManager
  public DisplayManager(Gamelet theOwner)

Methods

 o refresh
  public void refresh()
Refresh screen.
 o setBackground
  public void setBackground(Image theImage)
Set the background image to the specified image.
 o setBackgroundTile
  public void setBackgroundTile(Image theImage)
Tile the background with the specifed tile image.
 o paint
  public void paint(Graphics g)
Display changed portions of screen.

All Packages  Class Hierarchy  This Package  Previous  Next  Index