Uses of Interface
gov.nasa.worldwind.symbology.TacticalSymbolAttributes
-
Packages that use TacticalSymbolAttributes 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. -
-
Uses of TacticalSymbolAttributes in gov.nasa.worldwind.symbology
Classes in gov.nasa.worldwind.symbology that implement TacticalSymbolAttributes Modifier and Type Class Description classBasicTacticalSymbolAttributesBasic implementation of theTacticalSymbolAttributesinterface.Fields in gov.nasa.worldwind.symbology declared as TacticalSymbolAttributes Modifier and Type Field Description protected TacticalSymbolAttributesAbstractTacticalSymbol. activeAttrsIndicates this symbol's currently active attributes.protected static TacticalSymbolAttributesAbstractTacticalSymbol. defaultAttrsThe attributes used if attributes are not specified.protected TacticalSymbolAttributesAbstractTacticalSymbol. highlightAttrsIndicates this symbol's highlight attributes.protected TacticalSymbolAttributesAbstractTacticalSymbol. normalAttrsIndicates this symbol's normal (as opposed to highlight) attributes.Methods in gov.nasa.worldwind.symbology that return TacticalSymbolAttributes Modifier and Type Method Description protected TacticalSymbolAttributesAbstractTacticalSymbol. getActiveAttributes()TacticalSymbolAttributesAbstractTacticalSymbol. getAttributes()Returns this symbol's normal (as opposed to highlight) attributes.TacticalSymbolAttributesTacticalSymbol. getAttributes()Returns this symbol's normal (as opposed to highlight) attributes.TacticalSymbolAttributesAbstractTacticalSymbol. getHighlightAttributes()Returns this symbol's highlight attributes.TacticalSymbolAttributesTacticalSymbol. getHighlightAttributes()Returns this symbol's highlight attributes.Methods in gov.nasa.worldwind.symbology with parameters of type TacticalSymbolAttributes Modifier and Type Method Description voidBasicTacticalSymbolAttributes. copy(TacticalSymbolAttributes attributes)Copies the specified TacticalSymbolAttributes' properties into this object's properties.voidTacticalSymbolAttributes. copy(TacticalSymbolAttributes attributes)Copies the specified TacticalSymbolAttributes' properties into this object's properties.voidAbstractTacticalSymbol. setAttributes(TacticalSymbolAttributes normalAttrs)Specifies this symbol's normal (as opposed to highlight) attributes.voidTacticalSymbol. setAttributes(TacticalSymbolAttributes normalAttrs)Specifies this symbol's normal (as opposed to highlight) attributes.voidAbstractTacticalSymbol. setHighlightAttributes(TacticalSymbolAttributes highlightAttrs)Specifies this symbol's highlight attributes.voidTacticalSymbol. setHighlightAttributes(TacticalSymbolAttributes highlightAttrs)Specifies this symbol's highlight attributes. -
Uses of TacticalSymbolAttributes in gov.nasa.worldwind.symbology.milstd2525
Fields in gov.nasa.worldwind.symbology.milstd2525 declared as TacticalSymbolAttributes Modifier and Type Field Description protected TacticalSymbolAttributesMilStd2525PointGraphic. activeSymbolAttributesAttributes to use for the current frame.protected static TacticalSymbolAttributesMilStd2525PointGraphic. defaultSymbolAttributesMethods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type TacticalSymbolAttributes Modifier and Type Method Description protected voidMilStd2525PointGraphic. applyAttributesToSymbol(TacticalGraphicAttributes graphicAttributes, TacticalSymbolAttributes symbolAttributes)Apply graphic attributes to the symbol.protected TacticalSymbolAbstractMilStd2525TacticalGraphic. createSymbol(java.lang.String sidc, Position position, TacticalSymbolAttributes attrs) -
Uses of TacticalSymbolAttributes in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas declared as TacticalSymbolAttributes Modifier and Type Field Description protected TacticalSymbolAttributesBattlePosition. symbolAttributesAttribute bundle for the echelon symbol.protected TacticalSymbolAttributesCircularRangeFan. symbolAttributesAttributes applied to the symbol.protected TacticalSymbolAttributesLimitedAccessArea. symbolAttributesAttributes applied to the symbol.protected TacticalSymbolAttributesSearchArea. symbolAttributesAttributes applied to the symbol.protected TacticalSymbolAttributesSectorRangeFan. symbolAttributesAttributes applied to the symbol. -
Uses of TacticalSymbolAttributes in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as TacticalSymbolAttributes Modifier and Type Field Description protected TacticalSymbolAttributesForwardEdgeOfBattleArea. activeSymbolAttributesAttribute bundle shared by the two symbols.protected TacticalSymbolAttributesAirborne. symbolAttributesAttributes applied to the symbol.protected TacticalSymbolAttributesBoundary. symbolAttributesAttribute bundle for the echelon symbols.protected TacticalSymbolAttributesPrincipleDirectionOfFire. symbolAttributesAttributes applied to the symbol.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with parameters of type TacticalSymbolAttributes Modifier and Type Method Description protected voidForwardEdgeOfBattleArea. applyAttributesToSymbol(TacticalGraphicAttributes graphicAttributes, TacticalSymbolAttributes symbolAttributes)Apply graphic attributes to the symbol. -
Uses of TacticalSymbolAttributes in gov.nasa.worldwindx.examples.symbology
Fields in gov.nasa.worldwindx.examples.symbology declared as TacticalSymbolAttributes Modifier and Type Field Description protected TacticalSymbolAttributesTacticalSymbols.AppFrame. sharedAttrsprotected TacticalSymbolAttributesDeclutterTacticalSymbols.AppFrame. sharedHighlightAttrsprotected TacticalSymbolAttributesTacticalSymbols.AppFrame. sharedHighlightAttrs
-