Uses of Class
org.web3d.x3d.jsail.VolumeRendering.VolumeData
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of VolumeData in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionVolumeData.addComments
(String newComment) Add comment as String to contained commentsList.VolumeData.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.VolumeData.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.VolumeData.clearIS()
Utility method to clear SFNode value of IS field.VolumeData.clearMetadata()
Utility method to clear SFNode value of metadata field.VolumeData.clearRenderStyle()
Utility method to clear SFNode value of renderStyle field.VolumeData.clearVoxels()
Utility method to clear SFNode value of voxels field.VolumeData.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.VolumeData.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.VolumeData.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.VolumeData.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.VolumeData.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.VolumeData.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.VolumeData.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.VolumeData.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.VolumeData.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.VolumeData.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.VolumeData.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.VolumeData.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.final VolumeData
VolumeData.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.VolumeData.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final VolumeData
VolumeData.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.VolumeData.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final VolumeData
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.VolumeData.setDimensions
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDimensions(float[])
.VolumeData.setDimensions
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetDimensions(float[])
.VolumeData.setDimensions
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.VolumeData.setDimensions
(float x, float y, float z) Assign values to SFVec3f dimensions field, similar tosetDimensions(float[])
.VolumeData.setDimensions
(SFVec3f newValue) Assign typed object value to SFVec3f dimensions field, similar tosetDimensions(float[])
.final VolumeData
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.VolumeData.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.VolumeData.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.VolumeData.setRenderStyle
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field renderStyle.VolumeData.setRenderStyle
(X3DVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.final VolumeData
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.VolumeData.setUSE
(VolumeData DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.VolumeData.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.VolumeData.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.VolumeData.setVoxels
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.VolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.Modifier and TypeMethodDescriptionVolumeData.setUSE
(VolumeData DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.