Uses of Class
org.web3d.x3d.jsail.VolumeRendering.BoundaryEnhancementVolumeStyle
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of BoundaryEnhancementVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionBoundaryEnhancementVolumeStyle.addComments
(String newComment) Add comment as String to contained commentsList.BoundaryEnhancementVolumeStyle.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.BoundaryEnhancementVolumeStyle.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.BoundaryEnhancementVolumeStyle.clearIS()
Utility method to clear SFNode value of IS field.BoundaryEnhancementVolumeStyle.clearMetadata()
Utility method to clear SFNode value of metadata field.BoundaryEnhancementVolumeStyle.setBoundaryOpacity
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetBoundaryOpacity(float)
.BoundaryEnhancementVolumeStyle.setBoundaryOpacity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named boundaryOpacity.BoundaryEnhancementVolumeStyle.setBoundaryOpacity
(SFFloat newValue) Assign typed object value to SFFloat boundaryOpacity field, similar tosetBoundaryOpacity(float)
.BoundaryEnhancementVolumeStyle.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.BoundaryEnhancementVolumeStyle.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.BoundaryEnhancementVolumeStyle.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.BoundaryEnhancementVolumeStyle.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.BoundaryEnhancementVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.BoundaryEnhancementVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.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.BoundaryEnhancementVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BoundaryEnhancementVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.BoundaryEnhancementVolumeStyle.setOpacityFactor
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetOpacityFactor(float)
.BoundaryEnhancementVolumeStyle.setOpacityFactor
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named opacityFactor.BoundaryEnhancementVolumeStyle.setOpacityFactor
(SFFloat newValue) Assign typed object value to SFFloat opacityFactor field, similar tosetOpacityFactor(float)
.BoundaryEnhancementVolumeStyle.setRetainedOpacity
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetRetainedOpacity(float)
.BoundaryEnhancementVolumeStyle.setRetainedOpacity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named retainedOpacity.BoundaryEnhancementVolumeStyle.setRetainedOpacity
(SFFloat newValue) Assign typed object value to SFFloat retainedOpacity field, similar tosetRetainedOpacity(float)
.Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.BoundaryEnhancementVolumeStyle.setUSE
(BoundaryEnhancementVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionBoundaryEnhancementVolumeStyle.setUSE
(BoundaryEnhancementVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.