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
-
owner
- A reference back to the gamelet this manager is servicing.
-
DisplayManager(Gamelet)
-
-
paint(Graphics)
- Display changed portions of screen.
-
refresh()
- Refresh screen.
-
setBackground(Image)
- Set the background image to the specified image.
-
setBackgroundTile(Image)
- Tile the background with the specifed tile image.
owner
protected Gamelet owner
- A reference back to the gamelet this manager is servicing.
DisplayManager
public DisplayManager(Gamelet theOwner)
refresh
public void refresh()
- Refresh screen.
setBackground
public void setBackground(Image theImage)
- Set the background image to the specified image.
setBackgroundTile
public void setBackgroundTile(Image theImage)
- Tile the background with the specifed tile image.
paint
public void paint(Graphics g)
- Display changed portions of screen.
All Packages Class Hierarchy This Package Previous Next Index