Package | Description |
---|---|
gov.nasa.worldwind.symbology |
Provides classes for creating and displaying graphics from standard symbol sets.
|
Modifier and Type | Field and Description |
---|---|
protected TacticalSymbol.LODSelector |
AbstractTacticalSymbol.LODSelector
The LOD selector specified by the application, or null if none specified (the default).
|
Modifier and Type | Method and Description |
---|---|
TacticalSymbol.LODSelector |
TacticalSymbol.getLODSelector()
Indicates this symbol's level of detail selector.
|
TacticalSymbol.LODSelector |
AbstractTacticalSymbol.getLODSelector() |
Modifier and Type | Method and Description |
---|---|
void |
TacticalSymbol.setLODSelector(TacticalSymbol.LODSelector LODSelector)
Specifies this symbols level of detail selector.
|
void |
AbstractTacticalSymbol.setLODSelector(TacticalSymbol.LODSelector LODSelector) |