| 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 |
|---|---|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.clearTransferFunction()
Utility method to clear SFNode value of transferFunction field.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setTransferFunction(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field transferFunction.
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setTransferFunction(X3DNode newValue)
Assign X3DNode instance (using a properly typed node) with acceptable node types limited to X3DTexture2DNode|X3DTexture3DNode, to inputOutput SFNode field transferFunction.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Texturing.X3DTexture2DNode) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode);
if (!
|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setUSE(OpacityMapVolumeStyleObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
OpacityMapVolumeStyleObject |
OpacityMapVolumeStyleObject.setUSE(OpacityMapVolumeStyleObject 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.