Uses of Class
org.web3d.x3d.jsail.VolumeRendering.ComposedVolumeStyle
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of ComposedVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionComposedVolumeStyle.addComments
(String newComment) Add comment as String to contained commentsList.ComposedVolumeStyle.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ComposedVolumeStyle.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ComposedVolumeStyle.addRenderStyle
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for renderStyle field.ComposedVolumeStyle.addRenderStyle
(X3DNode newValue) Add single child node to existing array of renderStyle nodes (if any).ComposedVolumeStyle.clearIS()
Utility method to clear SFNode value of IS field.ComposedVolumeStyle.clearMetadata()
Utility method to clear SFNode value of metadata field.ComposedVolumeStyle.clearRenderStyle()
Utility method to clear MFNode value of renderStyle field.final ComposedVolumeStyle
ComposedVolumeStyle.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ComposedVolumeStyle.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ComposedVolumeStyle
ComposedVolumeStyle.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ComposedVolumeStyle.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ComposedVolumeStyle
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ComposedVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ComposedVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final ComposedVolumeStyle
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.ComposedVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ComposedVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ComposedVolumeStyle.setRenderStyle
(ArrayList<X3DComposableVolumeRenderStyleNode> newValue) Assign ArrayList value of MFNode renderStyle field, similar tosetRenderStyle(org.web3d.x3d.sai.Core.X3DNode[])
.ComposedVolumeStyle.setRenderStyle
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field renderStyle.final ComposedVolumeStyle
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ComposedVolumeStyle.setUSE
(ComposedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionComposedVolumeStyle.setUSE
(ComposedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.