Package gov.nasa.worldwind.render
Class TrackRenderer.Shape
- java.lang.Object
-
- gov.nasa.worldwind.render.TrackRenderer.Shape
-
- Direct Known Subclasses:
TrackRenderer.Cylinder
- Enclosing class:
- TrackRenderer
protected abstract static class TrackRenderer.Shape extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intglListIdprotected booleanisInitializedprotected java.lang.Stringnameprotected com.jogamp.opengl.glu.GLUquadricquadric
-
Constructor Summary
Constructors Modifier Constructor Description protectedShape()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voiddoRender(DrawContext dc, Vec4 point, double radius)protected voidinitialize(DrawContext dc)protected voidrender(DrawContext dc, Vec4 point, double radius)
-
-
-
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)
-
-