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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicTacticalGraphicAttributes
Basic implementation of
TacticalGraphicAttributes . |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
TacticalGraphicAttributes |
TacticalGraphicAttributes.copy()
Returns a new TacticalGraphicAttributes instance of the same type as this TacticalGraphicAttributes who's
properties are configured exactly as this TacticalGraphicAttributes.
|
TacticalGraphicAttributes |
BasicTacticalGraphicAttributes.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 |
TacticalGraphic.getAttributes()
Indicates this graphic's attributes when it is in the normal (as opposed to highlighted) state.
|
TacticalGraphicAttributes |
AbstractTacticalGraphic.getAttributes()
Indicates this graphic's attributes when it is in the normal (as opposed to highlighted) state.
|
TacticalGraphicAttributes |
TacticalGraphic.getHighlightAttributes()
Indicate this graphic's attributes when it is in the highlighted state.
|
TacticalGraphicAttributes |
AbstractTacticalGraphic.getHighlightAttributes()
Indicate this graphic's attributes when it is in the highlighted state.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTacticalGraphic.applyOverrideAttributes(TacticalGraphicAttributes graphicAttributes,
ShapeAttributes shapeAttributes)
Apply override attributes specified in a TacticalGraphicAttributes bundle to the active ShapeAttributes.
|
void |
TacticalGraphicAttributes.copy(TacticalGraphicAttributes attributes)
Copies the specified TacticalGraphicAttributes' properties into this object's properties.
|
void |
BasicTacticalGraphicAttributes.copy(TacticalGraphicAttributes attributes)
Copies the specified TacticalGraphicAttributes' properties into this object's properties.
|
void |
TacticalGraphic.setAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the normal (as opposed to highlighted) state.
|
void |
AbstractTacticalGraphic.setAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the normal (as opposed to highlighted) state.
|
void |
TacticalGraphic.setHighlightAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the highlighted state.
|
void |
AbstractTacticalGraphic.setHighlightAttributes(TacticalGraphicAttributes attributes)
Specifies attributes for this graphic in the highlighted state.
|
Constructor and Description |
---|
BasicTacticalGraphicAttributes(TacticalGraphicAttributes attributes)
Creates a new
BasicTacticalGraphicAttributes configured with the specified attributes . |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
protected TacticalGraphicAttributes |
TacticalGraphics.AppFrame.sharedAttrs
Shared attributes for line and area graphics.
|
protected TacticalGraphicAttributes |
TacticalGraphics.AppFrame.sharedPointAttrs
Shared attributes for point graphics.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TacticalGraphics.AppFrame.setAttributes(RenderableLayer layer,
TacticalGraphicAttributes attrs,
TacticalGraphicAttributes pointAttrs)
Apply attributes to all TacticalGraphics on a layer.
|