Package gov.nasa.worldwind.draw
Class DrawableSurfaceShape
- java.lang.Object
-
- gov.nasa.worldwind.draw.DrawableSurfaceShape
-
-
Field Summary
Fields Modifier and Type Field Description DrawShapeState
drawState
Sector
sector
-
Constructor Summary
Constructors Constructor Description DrawableSurfaceShape()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(DrawContext dc)
static DrawableSurfaceShape
obtain(Pool<DrawableSurfaceShape> pool)
void
recycle()
-
-
-
Field Detail
-
drawState
public final DrawShapeState drawState
-
sector
public final Sector sector
-
-
Method Detail
-
obtain
public static DrawableSurfaceShape obtain(Pool<DrawableSurfaceShape> pool)
-
draw
public void draw(DrawContext dc)
-
-