Uses of Class
gov.nasa.worldwind.symbology.milstd2525.graphics.areas.Ambush.ArcData
-
Packages that use Ambush.ArcData Package Description gov.nasa.worldwind.symbology.milstd2525.graphics.areas MIL-STD-2525 area graphics. -
-
Uses of Ambush.ArcData in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas that return Ambush.ArcData Modifier and Type Method Description protected Ambush.ArcData
Ambush. computeArc(DrawContext dc)
Compute the arc.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with parameters of type Ambush.ArcData Modifier and Type Method Description protected java.util.List<Position>
Ambush. computeArcPositions(DrawContext dc, Ambush.ArcData arcData)
Compute positions required to draw the arc.protected java.util.List<Position>
Ambush. computeArrowheadPositions(DrawContext dc, Position tip, Ambush.ArcData arcData)
Determine the positions that make up the arrowhead.protected void
Ambush. createLegs(DrawContext dc, Ambush.ArcData arcData, Path[] paths, int startIndex, int pathCount)
Create paths for the graphic's "legs".
-