| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeDataObject |
VolumeDataObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
VolumeDataObject |
VolumeDataObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
VolumeDataObject |
VolumeDataObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
VolumeDataObject |
VolumeDataObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
VolumeDataObject |
VolumeDataObject.clearRenderStyle()
Utility method to clear SFNode value of renderStyle field.
|
VolumeDataObject |
VolumeDataObject.clearVoxels()
Utility method to clear SFNode value of voxels field.
|
VolumeDataObject |
VolumeDataObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
VolumeDataObject |
VolumeDataObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
VolumeDataObject |
VolumeDataObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
VolumeDataObject |
VolumeDataObject.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
VolumeDataObject |
VolumeDataObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
VolumeDataObject |
VolumeDataObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
VolumeDataObject |
VolumeDataObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
VolumeDataObject |
VolumeDataObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
VolumeDataObject |
VolumeDataObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
VolumeDataObject |
VolumeDataObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
VolumeDataObject |
VolumeDataObject.setDimensions(float[] newValue)
Assign 3-tuple float array within allowed range of (0,infinity) to inputOutput SFVec3f field named dimensions.
|
VolumeDataObject |
VolumeDataObject.setDimensions(float x,
float y,
float z)
Assign values to SFVec3f dimensions field, similar to
setDimensions(float[]). |
VolumeDataObject |
VolumeDataObject.setDimensions(SFVec3fObject newValue)
Assign typed object value to SFVec3f dimensions field, similar to
setDimensions(float[]). |
VolumeDataObject |
VolumeDataObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
VolumeDataObject |
VolumeDataObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
VolumeDataObject |
VolumeDataObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
VolumeDataObject |
VolumeDataObject.setRenderStyle(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field renderStyle.
|
VolumeDataObject |
VolumeDataObject.setRenderStyle(X3DVolumeRenderStyleNode newValue)
Assign X3DVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.
|
VolumeDataObject |
VolumeDataObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
VolumeDataObject |
VolumeDataObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
VolumeDataObject |
VolumeDataObject.setUSE(VolumeDataObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
VolumeDataObject |
VolumeDataObject.setVoxels(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.
|
VolumeDataObject |
VolumeDataObject.setVoxels(X3DTexture3DNode newValue)
Assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeDataObject |
VolumeDataObject.setUSE(VolumeDataObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.