public class MapScreen
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BLACK_IMAGE_FILENAME
The filename of the black screen
|
static java.awt.image.BufferedImage |
blackScreen
Stores the black screen
|
static java.lang.String |
MAP_SCREEN_IMAGE_FILENAME
The filename of the map (stage) screen
|
static java.awt.image.BufferedImage |
mapScreen
Stores the map screen
|
| Constructor and Description |
|---|
MapScreen()
The default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics g)
Draws the image of the map title
|
public static final java.lang.String MAP_SCREEN_IMAGE_FILENAME
public static final java.lang.String BLACK_IMAGE_FILENAME
public static java.awt.image.BufferedImage mapScreen
public static java.awt.image.BufferedImage blackScreen