Package | Description |
---|---|
gov.nasa.worldwind.symbology.milstd2525.graphics |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<TacticalGraphicSymbol.LabelLayout>> |
DefaultLabelLayouts.layouts
Map to hold layouts.
|
Modifier and Type | Method and Description |
---|---|
protected List<TacticalGraphicSymbol.LabelLayout> |
DefaultLabelLayouts.createLayout(String key,
Offset offset,
Offset hotspot)
Create a simple layout map and populate it with one key value pair.
|
List<TacticalGraphicSymbol.LabelLayout> |
DefaultLabelLayouts.get(String sidc)
Indicates the layout for a particular type of graphic.
|
protected List<TacticalGraphicSymbol.LabelLayout> |
TacticalGraphicSymbol.getLayouts(String sidc)
Indicates the label layouts designed to a particular graphic.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultLabelLayouts.addLayout(List<TacticalGraphicSymbol.LabelLayout> layoutList,
String key,
Offset... offsets)
Add a layout to a layout map, possibly replacing an existing layout.
|
protected void |
DefaultLabelLayouts.putAll(List<TacticalGraphicSymbol.LabelLayout> value,
String... keys)
Map one value to many keys.
|