protected static class MultiResolutionPath.MultiResolutionPathData extends Path.PathData
Modifier and Type | Field and Description |
---|---|
protected java.nio.IntBuffer |
positionOrdinals
Maps indices of rendered positions to their corresponding ordinal numbers.
|
colorOffset, hasExtrusionPoints, path2DIndices, polePositions, positionPoints, renderedPath, splitPositions, tessellatedColors, tessellatedPositions, vertexCount, vertexStride
frameNumber, referenceDistance, referencePoint, vboCacheKey
extent, eyeDistance, globeStateKey, lastUsed, timer, timerAdjustedEyeDistance, verticalExaggeration
Constructor and Description |
---|
MultiResolutionPathData(DrawContext dc,
Path shape)
Creates a new MultiResolutionPathData with the specified draw context and path.
|
Modifier and Type | Method and Description |
---|---|
java.nio.IntBuffer |
getPositionOrdinals()
Returns a buffer mapping indices of rendered positions to their corresponding ordinal numbers.
|
void |
setPositionOrdinals(java.nio.IntBuffer posOrdinals)
Specifies a buffer that maps indices of rendered positions to their corresponding ordinal numbers.
|
getColorOffset, getPolePositions, getPositionPoints, getRenderedPath, getTessellatedColors, getTessellatedPositions, getVertexCount, getVertexStride, isHasExtrusionPoints, setColorOffset, setHasExtrusionPoints, setPolePositions, setPositionPoints, setRenderedPath, setTessellatedColors, setTessellatedPositions, setVertexCount, setVertexStride
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 positionOrdinals
public MultiResolutionPathData(DrawContext dc, Path shape)
dc
- the draw context associated with this path data.shape
- the shape associated with this path data.public java.nio.IntBuffer getPositionOrdinals()
public void setPositionOrdinals(java.nio.IntBuffer posOrdinals)
posOrdinals
- a buffer that maps positions to ordinal numbers.