IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addRenderStyle(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for renderStyle field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addRenderStyle(X3DNode newValue) |
Add single child node to existing array of renderStyle nodes (if any).
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addSurfaceValues(float newValue) |
Add singleton float value to MFFloat surfaceValues field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addSurfaceValues(SFFloatObject newValue) |
Add singleton SFFloatObject value to MFFloat surfaceValues field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearGradients() |
Utility method to clear SFNode value of gradients field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearRenderStyle() |
Utility method to clear MFNode value of renderStyle field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearSurfaceValues() |
Utility method to clear MFFloat value of surfaceValues field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearVoxels() |
Utility method to clear SFNode value of voxels field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(float x,
float y,
float z) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(SFVec3fObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxDisplay(SFBoolObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(float x,
float y,
float z) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(SFVec3fObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setContourStepSize(double newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setContourStepSize(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named contourStepSize.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setContourStepSize(SFFloatObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setCssClass(SFStringObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setDimensions(float[]) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setDimensions(float[]) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(float x,
float y,
float z) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(SFVec3fObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setGradients(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field gradients.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setGradients(X3DTexture3DNode newValue) |
Accessor method to assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field gradients.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setRenderStyle(java.util.ArrayList<X3DVolumeRenderStyleNode> newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setRenderStyle(X3DNode[] newValue) |
Accessor method to assign X3DVolumeRenderStyleNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field renderStyle.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceTolerance(double newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceTolerance(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named surfaceTolerance.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceTolerance(SFFloatObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(double[] newArray) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(float[] newValue) |
Accessor method to assign Float array to inputOutput MFFloat field named surfaceValues.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(int[] newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(java.util.ArrayList<java.lang.Float> newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(MFFloatObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setUSE(IsoSurfaceVolumeDataObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setVisible(SFBoolObject newValue) |
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setVoxels(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setVoxels(X3DTexture3DNode newValue) |
Accessor method to assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.
|