Package | Description |
---|---|
gov.nasa.worldwind.symbology |
Provides classes for creating and displaying graphics from standard symbol sets.
|
gov.nasa.worldwind.symbology.milstd2525 |
Tactical graphics and symbols defined by the MIL-STD-2525 symbology set.
|
gov.nasa.worldwind.symbology.milstd2525.graphics.areas |
MIL-STD-2525 area graphics.
|
gov.nasa.worldwind.symbology.milstd2525.graphics.lines |
MIL-STD-2525 line graphics.
|
gov.nasa.worldwindx.examples.symbology |
Examples of displaying graphics from common symbology sets in WorldWind.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTacticalSymbolAttributes
Basic implementation of the
TacticalSymbolAttributes interface. |
Modifier and Type | Field and Description |
---|---|
protected TacticalSymbolAttributes |
AbstractTacticalSymbol.activeAttrs
Indicates this symbol's currently active attributes.
|
protected static TacticalSymbolAttributes |
AbstractTacticalSymbol.defaultAttrs
The attributes used if attributes are not specified.
|
protected TacticalSymbolAttributes |
AbstractTacticalSymbol.highlightAttrs
Indicates this symbol's highlight attributes.
|
protected TacticalSymbolAttributes |
AbstractTacticalSymbol.normalAttrs
Indicates this symbol's normal (as opposed to highlight) attributes.
|
Modifier and Type | Method and Description |
---|---|
protected TacticalSymbolAttributes |
AbstractTacticalSymbol.getActiveAttributes() |
TacticalSymbolAttributes |
TacticalSymbol.getAttributes()
Returns this symbol's normal (as opposed to highlight) attributes.
|
TacticalSymbolAttributes |
AbstractTacticalSymbol.getAttributes()
Returns this symbol's normal (as opposed to highlight) attributes.
|
TacticalSymbolAttributes |
TacticalSymbol.getHighlightAttributes()
Returns this symbol's highlight attributes.
|
TacticalSymbolAttributes |
AbstractTacticalSymbol.getHighlightAttributes()
Returns this symbol's highlight attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
TacticalSymbolAttributes.copy(TacticalSymbolAttributes attributes)
Copies the specified TacticalSymbolAttributes' properties into this object's properties.
|
void |
BasicTacticalSymbolAttributes.copy(TacticalSymbolAttributes attributes)
Copies the specified TacticalSymbolAttributes' properties into this object's properties.
|
void |
TacticalSymbol.setAttributes(TacticalSymbolAttributes normalAttrs)
Specifies this symbol's normal (as opposed to highlight) attributes.
|
void |
AbstractTacticalSymbol.setAttributes(TacticalSymbolAttributes normalAttrs)
Specifies this symbol's normal (as opposed to highlight) attributes.
|
void |
TacticalSymbol.setHighlightAttributes(TacticalSymbolAttributes highlightAttrs)
Specifies this symbol's highlight attributes.
|
void |
AbstractTacticalSymbol.setHighlightAttributes(TacticalSymbolAttributes highlightAttrs)
Specifies this symbol's highlight attributes.
|
Modifier and Type | Field and Description |
---|---|
protected TacticalSymbolAttributes |
MilStd2525PointGraphic.activeSymbolAttributes
Attributes to use for the current frame.
|
protected static TacticalSymbolAttributes |
MilStd2525PointGraphic.defaultSymbolAttributes |
Modifier and Type | Method and Description |
---|---|
protected void |
MilStd2525PointGraphic.applyAttributesToSymbol(TacticalGraphicAttributes graphicAttributes,
TacticalSymbolAttributes symbolAttributes)
Apply graphic attributes to the symbol.
|
protected TacticalSymbol |
AbstractMilStd2525TacticalGraphic.createSymbol(java.lang.String sidc,
Position position,
TacticalSymbolAttributes attrs) |
Modifier and Type | Field and Description |
---|---|
protected TacticalSymbolAttributes |
SectorRangeFan.symbolAttributes
Attributes applied to the symbol.
|
protected TacticalSymbolAttributes |
SearchArea.symbolAttributes
Attributes applied to the symbol.
|
protected TacticalSymbolAttributes |
LimitedAccessArea.symbolAttributes
Attributes applied to the symbol.
|
protected TacticalSymbolAttributes |
CircularRangeFan.symbolAttributes
Attributes applied to the symbol.
|
protected TacticalSymbolAttributes |
BattlePosition.symbolAttributes
Attribute bundle for the echelon symbol.
|
Modifier and Type | Field and Description |
---|---|
protected TacticalSymbolAttributes |
ForwardEdgeOfBattleArea.activeSymbolAttributes
Attribute bundle shared by the two symbols.
|
protected TacticalSymbolAttributes |
PrincipleDirectionOfFire.symbolAttributes
Attributes applied to the symbol.
|
protected TacticalSymbolAttributes |
Boundary.symbolAttributes
Attribute bundle for the echelon symbols.
|
protected TacticalSymbolAttributes |
Airborne.symbolAttributes
Attributes applied to the symbol.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ForwardEdgeOfBattleArea.applyAttributesToSymbol(TacticalGraphicAttributes graphicAttributes,
TacticalSymbolAttributes symbolAttributes)
Apply graphic attributes to the symbol.
|
Modifier and Type | Field and Description |
---|---|
protected TacticalSymbolAttributes |
TacticalSymbols.AppFrame.sharedAttrs |
protected TacticalSymbolAttributes |
TacticalSymbols.AppFrame.sharedHighlightAttrs |
protected TacticalSymbolAttributes |
DeclutterTacticalSymbols.AppFrame.sharedHighlightAttrs |