NASA World Wind

Uses of Interface
gov.nasa.worldwind.render.Renderable

Packages that use Renderable
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.geom   
gov.nasa.worldwind.globes   
gov.nasa.worldwind.layers   
gov.nasa.worldwind.render   
 

Uses of Renderable in gov.nasa.worldwind.applications.sar
 

Classes in gov.nasa.worldwind.applications.sar that implement Renderable
 class PlaneModel
          Renders a plane model at a position with a given heading.
 class SARAnnotation
           
 

Uses of Renderable in gov.nasa.worldwind.geom
 

Classes in gov.nasa.worldwind.geom that implement Renderable
 class Cylinder
          Represents a geometric cylinder.
 class Sphere
          Represents a sphere in three dimensional space.
 

Uses of Renderable in gov.nasa.worldwind.globes
 

Subinterfaces of Renderable in gov.nasa.worldwind.globes
 interface SectorGeometry
           
 

Uses of Renderable in gov.nasa.worldwind.layers
 

Methods in gov.nasa.worldwind.layers that return types with arguments of type Renderable
 Iterable<Renderable> RenderableLayer.getRenderables()
          Returns the Iterable of Renderables currently in use by this layer.
 

Methods in gov.nasa.worldwind.layers with parameters of type Renderable
 void RenderableLayer.addRenderable(Renderable renderable)
          Adds the specified renderable to this layer's internal collection.
 void RenderableLayer.removeRenderable(Renderable renderable)
          Removes the specified renderable from this layer's internal collection, if it exists.
 

Method parameters in gov.nasa.worldwind.layers with type arguments of type Renderable
 void RenderableLayer.addRenderables(Iterable<Renderable> renderables)
          Adds the contents of the specified renderables to this layer's internal collection.
 void RenderableLayer.setRenderables(Iterable<Renderable> renderableIterable)
          Overrides the collection of currently active Renderables with the specified renderableIterable.
 

Uses of Renderable in gov.nasa.worldwind.render
 

Subinterfaces of Renderable in gov.nasa.worldwind.render
 interface Annotation
          Represent a text label and its rendering attributes.
 interface OrderedRenderable
           
 

Classes in gov.nasa.worldwind.render that implement Renderable
 class AbstractAnnotation
          An Annotation represent a text label and its rendering attributes.
 class GlobeAnnotation
          Represent a text label attached to a Position on the globe and its rendering attributes.
 class Polyline
           
 class Quadrilateral
           
 class ScreenAnnotation
          Represent a text label attached to a Point on the viewport and its rendering attributes.
 class SurfaceCircle
           
 class SurfaceEllipse
           
 class SurfaceImage
          Renders a single image tile.
 class SurfacePolygon
           
 class SurfaceQuad
           
 class SurfaceSector
           
 class SurfaceShape
           
 class SurfaceSquare
           
 


NASA World Wind