NASA World Wind

gov.nasa.worldwind.render
Class TrackRenderer.Cylinder

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

protected static class TrackRenderer.Cylinder
extends TrackRenderer.Shape


Field Summary
 
Fields inherited from class gov.nasa.worldwind.render.TrackRenderer.Shape
glListId, isInitialized, name, quadric
 
Constructor Summary
protected TrackRenderer.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.TrackRenderer.Shape
render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackRenderer.Cylinder

protected TrackRenderer.Cylinder()
Method Detail

doRender

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

initialize

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

NASA World Wind