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