protected static class AntennaModel.ShapeData extends AbstractShape.AbstractShapeData
AbstractShape.AbstractShapeData.| Modifier and Type | Field and Description | 
|---|---|
| protected IntBuffer[] | indices | 
| protected FloatBuffer | normals | 
| protected FloatBuffer | texCoords | 
| protected FloatBuffer | vertices | 
frameNumber, referenceDistance, referencePoint, vboCacheKeyextent, eyeDistance, globeStateKey, lastUsed, timer, timerAdjustedEyeDistance, verticalExaggeration| Constructor and Description | 
|---|
| ShapeData(DrawContext dc,
         AntennaModel 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[] indices
protected FloatBuffer normals
protected FloatBuffer texCoords
protected FloatBuffer vertices
public ShapeData(DrawContext dc, AntennaModel shape)
dc - the current draw context.shape - this shape.