public static class TacticalGraphicSymbol.LabelLayout extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | modifier | 
| protected List<TacticalGraphicSymbol.OffsetPair> | offsets | 
| Constructor and Description | 
|---|
| LabelLayout(String modifier) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(Offset offset,
   Offset hotspot) | 
| String | getModifier() | 
| List<TacticalGraphicSymbol.OffsetPair> | getOffsets() | 
protected String modifier
protected List<TacticalGraphicSymbol.OffsetPair> offsets
public LabelLayout(String modifier)
public String getModifier()
public List<TacticalGraphicSymbol.OffsetPair> getOffsets()