Package gov.nasa.worldwind.draw
Class DrawableSurfaceShape
- java.lang.Object
-
- gov.nasa.worldwind.draw.DrawableSurfaceShape
-
-
Field Summary
Fields Modifier and Type Field Description DrawShapeStatedrawStateSectorsector
-
Constructor Summary
Constructors Constructor Description DrawableSurfaceShape()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(DrawContext dc)static DrawableSurfaceShapeobtain(Pool<DrawableSurfaceShape> pool)voidrecycle()
-
-
-
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)
-
-