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