Uses of Class
org.web3d.x3d.jsail.VolumeRendering.OpacityMapVolumeStyle
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of OpacityMapVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionOpacityMapVolumeStyle.addComments
(String newComment) Add comment as String to contained commentsList.OpacityMapVolumeStyle.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.OpacityMapVolumeStyle.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.OpacityMapVolumeStyle.clearIS()
Utility method to clear SFNode value of IS field.OpacityMapVolumeStyle.clearMetadata()
Utility method to clear SFNode value of metadata field.OpacityMapVolumeStyle.clearTransferFunction()
Utility method to clear SFNode value of transferFunction field.final OpacityMapVolumeStyle
OpacityMapVolumeStyle.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.OpacityMapVolumeStyle.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final OpacityMapVolumeStyle
OpacityMapVolumeStyle.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.OpacityMapVolumeStyle.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final OpacityMapVolumeStyle
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.OpacityMapVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.OpacityMapVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final OpacityMapVolumeStyle
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.OpacityMapVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.OpacityMapVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.OpacityMapVolumeStyle.setTransferFunction
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field transferFunction.OpacityMapVolumeStyle.setTransferFunction
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field transferFunction.final OpacityMapVolumeStyle
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.OpacityMapVolumeStyle.setUSE
(OpacityMapVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionOpacityMapVolumeStyle.setUSE
(OpacityMapVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.