NASA World Wind

gov.nasa.worldwind.render
Class LocationRenderer.Cylinder

java.lang.Object
  extended by gov.nasa.worldwind.render.LocationRenderer.Shape
      extended by gov.nasa.worldwind.render.LocationRenderer.Cylinder
Enclosing class:
LocationRenderer

protected static class LocationRenderer.Cylinder
extends LocationRenderer.Shape


Field Summary
 
Fields inherited from class gov.nasa.worldwind.render.LocationRenderer.Shape
glListId, isInitialized, name, quadric
 
Constructor Summary
protected LocationRenderer.Cylinder()
           
 
Method Summary
protected  void doRender(DrawContext dc, Vec4 point, double size)
           
protected  void initialize(DrawContext dc)
           
 
Methods inherited from class gov.nasa.worldwind.render.LocationRenderer.Shape
render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationRenderer.Cylinder

protected LocationRenderer.Cylinder()
Method Detail

doRender

protected void doRender(DrawContext dc,
                        Vec4 point,
                        double size)
Specified by:
doRender in class LocationRenderer.Shape

initialize

protected void initialize(DrawContext dc)
Overrides:
initialize in class LocationRenderer.Shape

NASA World Wind