Package | Description |
---|---|
gov.nasa.worldwind.symbology |
Provides classes for creating and displaying graphics from standard symbol sets.
|
gov.nasa.worldwind.symbology.milstd2525.graphics.areas |
MIL-STD-2525 area graphics.
|
gov.nasa.worldwind.symbology.milstd2525.graphics.lines |
MIL-STD-2525 line graphics.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TacticalGraphicLabel> |
AbstractTacticalGraphic.labels
Labels to render with the graphic.
|
Modifier and Type | Method and Description |
---|---|
protected TacticalGraphicLabel |
AbstractTacticalGraphic.addLabel(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
static void |
TacticalGraphicUtil.placeLabelsOnPath(DrawContext dc,
java.lang.Iterable<? extends Position> positions,
TacticalGraphicLabel label1,
TacticalGraphicLabel label2,
double distance)
Position one or two labels some distance along the path.
|
Modifier and Type | Field and Description |
---|---|
protected TacticalGraphicLabel |
BasicArea.identityLabel1
First "ENY" label, for hostile entities.
|
protected TacticalGraphicLabel |
BasicArea.identityLabel2
Second "ENY" label, for hostile entities.
|
Modifier and Type | Method and Description |
---|---|
protected Position |
Route.computeMainLabelPosition(DrawContext dc,
TacticalGraphicLabel label,
Position midpoint,
Position posB)
Compute the position of the graphic's main label.
|