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.symbology
Classes in gov.nasa.worldwind.symbology that implement TacticalGraphicAttributes Modifier and Type Class Description class
BasicTacticalGraphicAttributes
Basic implementation ofTacticalGraphicAttributes
.Fields in gov.nasa.worldwind.symbology declared as TacticalGraphicAttributes Modifier and Type Field Description protected TacticalGraphicAttributes
AbstractTacticalGraphic. activeOverrides
Override attributes for the current frame.protected TacticalGraphicAttributes
AbstractTacticalGraphic. highlightAttributes
Attributes to apply when the graphic is highlighted.protected TacticalGraphicAttributes
AbstractTacticalGraphic. normalAttributes
Attributes to apply when the graphic is not highlighted.Methods in gov.nasa.worldwind.symbology that return TacticalGraphicAttributes Modifier and Type Method Description TacticalGraphicAttributes
BasicTacticalGraphicAttributes. copy()
Returns a new TacticalGraphicAttributes instance of the same type as this TacticalGraphicAttributes who's properties are configured exactly as this TacticalGraphicAttributes.TacticalGraphicAttributes
TacticalGraphicAttributes. copy()
Returns a new TacticalGraphicAttributes instance of the same type as this TacticalGraphicAttributes who's properties are configured exactly as this TacticalGraphicAttributes.protected TacticalGraphicAttributes
AbstractTacticalGraphic. getActiveOverrideAttributes()
Get the override attributes that are active for this frame.TacticalGraphicAttributes
AbstractTacticalGraphic. getAttributes()
Indicates this graphic's attributes when it is in the normal (as opposed to highlighted) state.TacticalGraphicAttributes
TacticalGraphic. getAttributes()
Indicates this graphic's attributes when it is in the normal (as opposed to highlighted) state.TacticalGraphicAttributes
AbstractTacticalGraphic. getHighlightAttributes()
Indicate this graphic's attributes when it is in the highlighted state.TacticalGraphicAttributes
TacticalGraphic. 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 void
AbstractTacticalGraphic. applyOverrideAttributes(TacticalGraphicAttributes graphicAttributes, ShapeAttributes shapeAttributes)
Apply override attributes specified in a TacticalGraphicAttributes bundle to the active ShapeAttributes.void
BasicTacticalGraphicAttributes. copy(TacticalGraphicAttributes attributes)
Copies the specified TacticalGraphicAttributes' properties into this object's properties.void
TacticalGraphicAttributes. copy(TacticalGraphicAttributes attributes)
Copies the specified TacticalGraphicAttributes' properties into this object's properties.void
AbstractTacticalGraphic. setAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the normal (as opposed to highlighted) state.void
TacticalGraphic. setAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the normal (as opposed to highlighted) state.void
AbstractTacticalGraphic. setHighlightAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the highlighted state.void
TacticalGraphic. 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 newBasicTacticalGraphicAttributes
configured with the specifiedattributes
. -
Uses of TacticalGraphicAttributes in gov.nasa.worldwind.symbology.milstd2525
Fields in gov.nasa.worldwind.symbology.milstd2525 declared as TacticalGraphicAttributes Modifier and Type Field Description protected TacticalGraphicAttributes
MilStd2525PointGraphic. highlightAttributes
Attributes to apply when the graphic is highlighted.protected TacticalGraphicAttributes
MilStd2525PointGraphic. normalAttributes
Attributes to apply when the graphic is not highlighted.Methods in gov.nasa.worldwind.symbology.milstd2525 that return TacticalGraphicAttributes Modifier and Type Method Description TacticalGraphicAttributes
MilStd2525PointGraphic. getAttributes()
Indicates this graphic's attributes when it is in the normal (as opposed to highlighted) state.TacticalGraphicAttributes
MilStd2525PointGraphic. 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 void
MilStd2525PointGraphic. applyAttributesToSymbol(TacticalGraphicAttributes graphicAttributes, TacticalSymbolAttributes symbolAttributes)
Apply graphic attributes to the symbol.void
MilStd2525PointGraphic. setAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the normal (as opposed to highlighted) state.void
MilStd2525PointGraphic. setHighlightAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the highlighted state. -
Uses of TacticalGraphicAttributes in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with parameters of type TacticalGraphicAttributes Modifier and Type Method Description protected void
ForwardEdgeOfBattleArea. applyAttributesToSymbol(TacticalGraphicAttributes graphicAttributes, TacticalSymbolAttributes symbolAttributes)
Apply graphic attributes to the symbol.void
Route. setAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the normal (as opposed to highlighted) state.void
Route. setHighlightAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the highlighted state. -
Uses of TacticalGraphicAttributes in gov.nasa.worldwindx.examples.symbology
Fields in gov.nasa.worldwindx.examples.symbology declared as TacticalGraphicAttributes Modifier and Type Field Description protected TacticalGraphicAttributes
TacticalGraphics.AppFrame. sharedAttrs
Shared attributes for line and area graphics.protected TacticalGraphicAttributes
TacticalGraphics.AppFrame. sharedPointAttrs
Shared attributes for point graphics.Methods in gov.nasa.worldwindx.examples.symbology with parameters of type TacticalGraphicAttributes Modifier and Type Method Description protected void
TacticalGraphics.AppFrame. setAttributes(RenderableLayer layer, TacticalGraphicAttributes attrs, TacticalGraphicAttributes pointAttrs)
Apply attributes to all TacticalGraphics on a layer.
-