public class FakeImages
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.awt.image.BufferedImage |
overpass_image
Stores the overpass image
|
static java.lang.String |
OVERPASS_IMAGE_FILENAME
The filename of the overpass image
|
static int |
OVERPASS_X
The predetermined x coordinate of the overpass segment of the loop-the-loop
|
static int |
OVERPASS_Y
The predetermined y coordinate of the overpass segment of the loop-the-loop
|
Section |
section
The current section of the map the overpass is located in
|
| Constructor and Description |
|---|
FakeImages()
The default constructor
|
FakeImages(Section section)
The general constructor of the class used to create the fake image
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics g)
Draws the stage feature's image on top of the background
|
public static final int OVERPASS_X
public static final int OVERPASS_Y
public static final java.lang.String OVERPASS_IMAGE_FILENAME
public java.awt.image.BufferedImage overpass_image
public Section section
public FakeImages()
public FakeImages(Section section)
section - Represents the current section of the map the image is located in