NASA World Wind

gov.nasa.worldwind.render
Class TrackRenderer.Shape

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

protected abstract static class TrackRenderer.Shape
extends Object


Field Summary
protected  int glListId
           
protected  boolean isInitialized
           
protected  String name
           
protected  GLUquadric quadric
           
 
Constructor Summary
protected TrackRenderer.Shape()
           
 
Method Summary
protected abstract  void doRender(DrawContext dc, Vec4 point, double radius)
           
protected  void initialize(DrawContext dc)
           
protected  void render(DrawContext dc, Vec4 point, double radius)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

glListId

protected int glListId

isInitialized

protected boolean isInitialized

name

protected String name

quadric

protected GLUquadric quadric
Constructor Detail

TrackRenderer.Shape

protected TrackRenderer.Shape()
Method Detail

doRender

protected abstract void doRender(DrawContext dc,
                                 Vec4 point,
                                 double radius)

initialize

protected void initialize(DrawContext dc)

render

protected void render(DrawContext dc,
                      Vec4 point,
                      double radius)

NASA World Wind