Uses of Class
gov.nasa.worldwind.symbology.TacticalGraphicLabel
-
Packages that use TacticalGraphicLabel 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. -
-
Uses of TacticalGraphicLabel in gov.nasa.worldwind.symbology
Fields in gov.nasa.worldwind.symbology with type parameters of type TacticalGraphicLabel Modifier and Type Field Description protected java.util.List<TacticalGraphicLabel>
AbstractTacticalGraphic. labels
Labels to render with the graphic.Methods in gov.nasa.worldwind.symbology that return TacticalGraphicLabel Modifier and Type Method Description protected TacticalGraphicLabel
AbstractTacticalGraphic. addLabel(java.lang.String text)
Methods in gov.nasa.worldwind.symbology with parameters of type TacticalGraphicLabel Modifier and Type Method 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. -
Uses of TacticalGraphicLabel in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.areas declared as TacticalGraphicLabel Modifier and Type Field Description protected TacticalGraphicLabel
BasicArea. identityLabel1
First "ENY" label, for hostile entities.protected TacticalGraphicLabel
BasicArea. identityLabel2
Second "ENY" label, for hostile entities. -
Uses of TacticalGraphicLabel in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with parameters of type TacticalGraphicLabel Modifier and Type Method Description protected Position
Route. computeMainLabelPosition(DrawContext dc, TacticalGraphicLabel label, Position midpoint, Position posB)
Compute the position of the graphic's main label.
-