protected static class AbstractTacticalSymbol.Label extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected Color | color | 
| protected Font | font | 
| protected Point | point | 
| protected String | text | 
| Constructor and Description | 
|---|
| Label(String text,
     Point point,
     Font font,
     Color color) | 
| Modifier and Type | Method and Description | 
|---|---|
| Color | getColor() | 
| Font | getFont() | 
| Point | getPoint() | 
| String | getText() |