visad.java3d
Class ShadowTextTypeJ3D
java.lang.Object
visad.ShadowType
visad.java3d.ShadowTypeJ3D
visad.java3d.ShadowScalarTypeJ3D
visad.java3d.ShadowTextTypeJ3D
- All Implemented Interfaces:
- java.io.Serializable
public class ShadowTextTypeJ3D
- extends ShadowScalarTypeJ3D
The ShadowTextTypeJ3D class shadows the TextType class,
within a DataDisplayLink, under Java3D.
- See Also:
- Serialized Form
Method Summary |
boolean |
doTransform(java.lang.Object group,
Data data,
float[] value_array,
float[] default_values,
DataRenderer renderer)
transform data into a Java3D scene graph;
return true if need post-process |
void |
postProcess(java.lang.Object group)
render accumulated Vector of value_array-s to
and add to group; then clear AccumulationVector |
void |
preProcess()
clear AccumulationVector |
Methods inherited from class visad.java3d.ShadowTypeJ3D |
addTextToGroup, addToGroup, allowConstantColorSurfaces, assembleColor, assembleFlow, assembleSelect, assembleShape, assembleSpatial, checkIndices, ensureNotEmpty, ensureNotEmpty, getAdaptedParent, getAdaptedShadowType, getComponents, getData, getDisplay, getDisplayIndices, getLevelOfDifficulty, getMultipleDisplayScalar, getParentText, getParentTextControl, getType, getValueIndices, makeAppearance, makeContour, makeFlow, makePointGeometry, makeStreamline, makeText, mapValues, mapValues, setText, terminalTupleOrScalar, toString |
Methods inherited from class visad.ShadowType |
addSwitch, addToGroup, addToSwitch, adjustFlowToEarth, adjustZ, allowCurvedTexture, allowLinearContour, byteToFloat, floatToByte, getAnyContour, getAnyFlow, getAnyShape, getAnyText, getComponentIndex, getComponentWithRef, getCurvedTexture, getDefaultColorIndex, getIsLinearContour3D, getIsTerminal, getIsTexture3D, getIsTextureMap, getLink, getMultipleSpatialDisplayScalar, getRefToComponent, getTextMaps, makeBranch, makePointGeometry, makeSpatialSet, makeSwitch, recurseComponent, recurseRange, setTex3DCoords, setTexCoords, setTexStackCoords, terminalTupleOrScalar, texture3DToGroup, textureDepth, textureHeight, textureStackToGroup, textureToGroup, textureWidth, wantIndexed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ShadowTextTypeJ3D
public ShadowTextTypeJ3D(MathType t,
DataDisplayLink link,
ShadowType parent)
throws VisADException,
java.rmi.RemoteException
- Throws:
VisADException
java.rmi.RemoteException
preProcess
public void preProcess()
throws VisADException
- clear AccumulationVector
- Overrides:
preProcess
in class ShadowTypeJ3D
- Throws:
VisADException
doTransform
public boolean doTransform(java.lang.Object group,
Data data,
float[] value_array,
float[] default_values,
DataRenderer renderer)
throws VisADException,
java.rmi.RemoteException
- transform data into a Java3D scene graph;
return true if need post-process
- Overrides:
doTransform
in class ShadowTypeJ3D
- Throws:
VisADException
java.rmi.RemoteException
postProcess
public void postProcess(java.lang.Object group)
throws VisADException
- render accumulated Vector of value_array-s to
and add to group; then clear AccumulationVector
- Overrides:
postProcess
in class ShadowTypeJ3D
- Throws:
VisADException