public class GlobalCoordinatePlane
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.ArrayList<Event> |
currentEvents |
static double |
X_MAX |
static double |
X_MIN |
static double |
Y_MAX |
static double |
Y_MIN |
| Constructor and Description |
|---|
GlobalCoordinatePlane() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(Event e) |
public static final double X_MIN
public static final double X_MAX
public static final double Y_MIN
public static final double Y_MAX
public static java.util.ArrayList<Event> currentEvents
public void addEvent(Event e)