Package | Description |
---|---|
gov.nasa.worldwind.symbology.milstd2525.graphics.areas |
MIL-STD-2525 area graphics.
|
Modifier and Type | Method and Description |
---|---|
protected Ambush.ArcData |
Ambush.computeArc(DrawContext dc)
Compute the arc.
|
Modifier and Type | Method and 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".
|