NASA World Wind

gov.nasa.worldwind.render.markers
Class BasicMarkerShape.Cylinder

java.lang.Object
  extended by gov.nasa.worldwind.render.markers.BasicMarkerShape.Shape
      extended by gov.nasa.worldwind.render.markers.BasicMarkerShape.Cylinder
All Implemented Interfaces:
Disposable, MarkerShape
Enclosing class:
BasicMarkerShape

protected static class BasicMarkerShape.Cylinder
extends BasicMarkerShape.Shape


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

Constructor Detail

BasicMarkerShape.Cylinder

protected BasicMarkerShape.Cylinder()
Method Detail

doRender

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

initialize

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

NASA World Wind