protected static class MultiResolutionPath.MultiResolutionPathData extends Path.PathData
| Modifier and Type | Field and Description | 
|---|---|
| protected IntBuffer | positionOrdinalsMaps indices of rendered positions to their corresponding ordinal numbers. | 
colorOffset, hasExtrusionPoints, path2DIndices, polePositions, positionPoints, renderedPath, splitPositions, tessellatedColors, tessellatedPositions, vertexCount, vertexStrideframeNumber, referenceDistance, referencePoint, vboCacheKeyextent, 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 | 
|---|---|
| IntBuffer | getPositionOrdinals()Returns a buffer mapping indices of rendered positions to their corresponding ordinal numbers. | 
| void | setPositionOrdinals(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, setVertexStridegetFrameNumber, 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 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 IntBuffer getPositionOrdinals()
public void setPositionOrdinals(IntBuffer posOrdinals)
posOrdinals - a buffer that maps positions to ordinal numbers.