protected static class AntennaAxes.ShapeData extends AbstractShape.AbstractShapeData
AbstractShape.AbstractShapeData.| Modifier and Type | Field and Description | 
|---|---|
| protected IntBuffer | coneIndices | 
| protected FloatBuffer | coneNormals | 
| protected FloatBuffer | coneVertices | 
| protected IntBuffer[] | indices | 
| protected FloatBuffer | normals | 
| protected FloatBuffer | vertices | 
frameNumber, referenceDistance, referencePoint, vboCacheKeyextent, eyeDistance, globeStateKey, lastUsed, timer, timerAdjustedEyeDistance, verticalExaggeration| Constructor and Description | 
|---|
| ShapeData(DrawContext dc,
         AntennaAxes shape)Construct a cache entry using the boundaries of this shape. | 
getFrameNumber, getReferenceDistance, getReferencePoint, getVboCacheKey, setFrameNumber, setReferenceDistance, setReferencePoint, setVboCacheKeyadjustTimer, getExtent, getEyeDistance, getGlobeStateKey, getTimer, getVerticalExaggeration, isExpired, isValid, restartTimer, setExpired, setExtent, setEyeDistance, setGlobeStateKey, setTimer, setVerticalExaggerationaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuesprotected IntBuffer coneIndices
protected FloatBuffer coneNormals
protected FloatBuffer coneVertices
protected IntBuffer[] indices
protected FloatBuffer normals
protected FloatBuffer vertices
public ShapeData(DrawContext dc, AntennaAxes shape)
dc - the current draw context.shape - this shape.