public class Marker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
S |
| Constructor and Description |
|---|
Marker(double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawMe(java.awt.Graphics2D g2) |
boolean |
isHighlighting() |
void |
setHighlighting(boolean highlighting) |
public static final int S