NASA World Wind

gov.nasa.worldwind.render
Interface Renderable

All Known Subinterfaces:
Annotation, OrderedRenderable, SectorGeometry
All Known Implementing Classes:
AbstractAnnotation, Cylinder, GlobeAnnotation, Polyline, Quadrilateral, RectangularTessellator.RectTile, ScreenAnnotation, Sphere, SurfaceCircle, SurfaceEllipse, SurfaceImage, SurfacePolygon, SurfaceQuad, SurfaceSector, SurfaceShape, SurfaceSquare

public interface Renderable


Method Summary
 void render(DrawContext dc)
          Causes this Renderable to render itself using the DrawContext provided.
 

Method Detail

render

void render(DrawContext dc)
Causes this Renderable to render itself using the DrawContext provided. The DrawContext provides the elevation model, openGl instance, globe and other information required for drawing. It is recommended that the DrawContext is non-null as most implementations do not support null DrawContexts.

Parameters:
dc - the DrawContext to be used
See Also:
DrawContext

NASA World Wind