Uses of Interface
gov.nasa.worldwind.symbology.TacticalGraphicAttributes
- 
Packages that use TacticalGraphicAttributes 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.lines MIL-STD-2525 line graphics.gov.nasa.worldwindx.examples.symbology Examples of displaying graphics from common symbology sets in WorldWind.
- 
- 
Uses of TacticalGraphicAttributes in gov.nasa.worldwind.symbologyClasses in gov.nasa.worldwind.symbology that implement TacticalGraphicAttributes Modifier and Type Class Description classBasicTacticalGraphicAttributesBasic implementation ofTacticalGraphicAttributes.Fields in gov.nasa.worldwind.symbology declared as TacticalGraphicAttributes Modifier and Type Field Description protected TacticalGraphicAttributesAbstractTacticalGraphic. activeOverridesOverride attributes for the current frame.protected TacticalGraphicAttributesAbstractTacticalGraphic. highlightAttributesAttributes to apply when the graphic is highlighted.protected TacticalGraphicAttributesAbstractTacticalGraphic. normalAttributesAttributes to apply when the graphic is not highlighted.Methods in gov.nasa.worldwind.symbology that return TacticalGraphicAttributes Modifier and Type Method Description TacticalGraphicAttributesBasicTacticalGraphicAttributes. copy()Returns a new TacticalGraphicAttributes instance of the same type as this TacticalGraphicAttributes who's properties are configured exactly as this TacticalGraphicAttributes.TacticalGraphicAttributesTacticalGraphicAttributes. copy()Returns a new TacticalGraphicAttributes instance of the same type as this TacticalGraphicAttributes who's properties are configured exactly as this TacticalGraphicAttributes.protected TacticalGraphicAttributesAbstractTacticalGraphic. getActiveOverrideAttributes()Get the override attributes that are active for this frame.TacticalGraphicAttributesAbstractTacticalGraphic. getAttributes()Indicates this graphic's attributes when it is in the normal (as opposed to highlighted) state.TacticalGraphicAttributesTacticalGraphic. getAttributes()Indicates this graphic's attributes when it is in the normal (as opposed to highlighted) state.TacticalGraphicAttributesAbstractTacticalGraphic. getHighlightAttributes()Indicate this graphic's attributes when it is in the highlighted state.TacticalGraphicAttributesTacticalGraphic. getHighlightAttributes()Indicate this graphic's attributes when it is in the highlighted state.Methods in gov.nasa.worldwind.symbology with parameters of type TacticalGraphicAttributes Modifier and Type Method Description protected voidAbstractTacticalGraphic. applyOverrideAttributes(TacticalGraphicAttributes graphicAttributes, ShapeAttributes shapeAttributes)Apply override attributes specified in a TacticalGraphicAttributes bundle to the active ShapeAttributes.voidBasicTacticalGraphicAttributes. copy(TacticalGraphicAttributes attributes)Copies the specified TacticalGraphicAttributes' properties into this object's properties.voidTacticalGraphicAttributes. copy(TacticalGraphicAttributes attributes)Copies the specified TacticalGraphicAttributes' properties into this object's properties.voidAbstractTacticalGraphic. setAttributes(TacticalGraphicAttributes attributes)Specifies attributes for this graphic in the normal (as opposed to highlighted) state.voidTacticalGraphic. setAttributes(TacticalGraphicAttributes attributes)Specifies attributes for this graphic in the normal (as opposed to highlighted) state.voidAbstractTacticalGraphic. setHighlightAttributes(TacticalGraphicAttributes attributes)Specifies attributes for this graphic in the highlighted state.voidTacticalGraphic. setHighlightAttributes(TacticalGraphicAttributes attributes)Specifies attributes for this graphic in the highlighted state.Constructors in gov.nasa.worldwind.symbology with parameters of type TacticalGraphicAttributes Constructor Description BasicTacticalGraphicAttributes(TacticalGraphicAttributes attributes)Creates a newBasicTacticalGraphicAttributesconfigured with the specifiedattributes.
- 
Uses of TacticalGraphicAttributes in gov.nasa.worldwind.symbology.milstd2525Fields in gov.nasa.worldwind.symbology.milstd2525 declared as TacticalGraphicAttributes Modifier and Type Field Description protected TacticalGraphicAttributesMilStd2525PointGraphic. highlightAttributesAttributes to apply when the graphic is highlighted.protected TacticalGraphicAttributesMilStd2525PointGraphic. normalAttributesAttributes to apply when the graphic is not highlighted.Methods in gov.nasa.worldwind.symbology.milstd2525 that return TacticalGraphicAttributes Modifier and Type Method Description TacticalGraphicAttributesMilStd2525PointGraphic. getAttributes()Indicates this graphic's attributes when it is in the normal (as opposed to highlighted) state.TacticalGraphicAttributesMilStd2525PointGraphic. getHighlightAttributes()Indicate this graphic's attributes when it is in the highlighted state.Methods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type TacticalGraphicAttributes Modifier and Type Method Description protected voidMilStd2525PointGraphic. applyAttributesToSymbol(TacticalGraphicAttributes graphicAttributes, TacticalSymbolAttributes symbolAttributes)Apply graphic attributes to the symbol.voidMilStd2525PointGraphic. setAttributes(TacticalGraphicAttributes attributes)Specifies attributes for this graphic in the normal (as opposed to highlighted) state.voidMilStd2525PointGraphic. setHighlightAttributes(TacticalGraphicAttributes attributes)Specifies attributes for this graphic in the highlighted state.
- 
Uses of TacticalGraphicAttributes in gov.nasa.worldwind.symbology.milstd2525.graphics.linesMethods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with parameters of type TacticalGraphicAttributes Modifier and Type Method Description protected voidForwardEdgeOfBattleArea. applyAttributesToSymbol(TacticalGraphicAttributes graphicAttributes, TacticalSymbolAttributes symbolAttributes)Apply graphic attributes to the symbol.voidRoute. setAttributes(TacticalGraphicAttributes attributes)Specifies attributes for this graphic in the normal (as opposed to highlighted) state.voidRoute. setHighlightAttributes(TacticalGraphicAttributes attributes)Specifies attributes for this graphic in the highlighted state.
- 
Uses of TacticalGraphicAttributes in gov.nasa.worldwindx.examples.symbologyFields in gov.nasa.worldwindx.examples.symbology declared as TacticalGraphicAttributes Modifier and Type Field Description protected TacticalGraphicAttributesTacticalGraphics.AppFrame. sharedAttrsShared attributes for line and area graphics.protected TacticalGraphicAttributesTacticalGraphics.AppFrame. sharedPointAttrsShared attributes for point graphics.Methods in gov.nasa.worldwindx.examples.symbology with parameters of type TacticalGraphicAttributes Modifier and Type Method Description protected voidTacticalGraphics.AppFrame. setAttributes(RenderableLayer layer, TacticalGraphicAttributes attrs, TacticalGraphicAttributes pointAttrs)Apply attributes to all TacticalGraphics on a layer.
 
-