protected static class AntennaAxes.ShapeData extends AbstractShape.AbstractShapeData
AbstractShape.AbstractShapeData
.Modifier and Type | Field and Description |
---|---|
protected java.nio.IntBuffer |
coneIndices |
protected java.nio.FloatBuffer |
coneNormals |
protected java.nio.FloatBuffer |
coneVertices |
protected java.nio.IntBuffer[] |
indices |
protected java.nio.FloatBuffer |
normals |
protected java.nio.FloatBuffer |
vertices |
frameNumber, referenceDistance, referencePoint, vboCacheKey
extent, 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, setVboCacheKey
adjustTimer, getExtent, getEyeDistance, getGlobeStateKey, getTimer, getVerticalExaggeration, isExpired, isValid, restartTimer, setExpired, setExtent, setEyeDistance, setGlobeStateKey, setTimer, setVerticalExaggeration
addPropertyChangeListener, 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, setValues
protected java.nio.IntBuffer coneIndices
protected java.nio.FloatBuffer coneNormals
protected java.nio.FloatBuffer coneVertices
protected java.nio.IntBuffer[] indices
protected java.nio.FloatBuffer normals
protected java.nio.FloatBuffer vertices
public ShapeData(DrawContext dc, AntennaAxes shape)
dc
- the current draw context.shape
- this shape.