Package gov.nasa.worldwind.draw
Interface Drawable
-
- All Known Subinterfaces:
DrawableTerrain
- All Known Implementing Classes:
BasicDrawableTerrain
,DrawableGroundAtmosphere
,DrawableLines
,DrawableScreenTexture
,DrawableShape
,DrawableSightline
,DrawableSkyAtmosphere
,DrawableSurfaceColor
,DrawableSurfaceShape
,DrawableSurfaceTexture
,DrawableTessellation
public interface Drawable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
draw(DrawContext dc)
void
recycle()
-
-
-
Method Detail
-
recycle
void recycle()
-
draw
void draw(DrawContext dc)
-
-