Uses of Class
org.web3d.x3d.jsail.VolumeRendering.BoundaryEnhancementVolumeStyle
Packages that use 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
Methods in org.web3d.x3d.jsail.VolumeRendering that return BoundaryEnhancementVolumeStyleModifier 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 toBoundaryEnhancementVolumeStyle.setBoundaryOpacity(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 toBoundaryEnhancementVolumeStyle.setBoundaryOpacity(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 toBoundaryEnhancementVolumeStyle.setCssClass(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 toBoundaryEnhancementVolumeStyle.setCssStyle(String).Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toBoundaryEnhancementVolumeStyle.setDEF(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 toBoundaryEnhancementVolumeStyle.setEnabled(boolean).Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toBoundaryEnhancementVolumeStyle.setHtmlId(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 toBoundaryEnhancementVolumeStyle.setOpacityFactor(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 toBoundaryEnhancementVolumeStyle.setOpacityFactor(float).BoundaryEnhancementVolumeStyle.setRetainedOpacity(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toBoundaryEnhancementVolumeStyle.setRetainedOpacity(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 toBoundaryEnhancementVolumeStyle.setRetainedOpacity(float).Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toBoundaryEnhancementVolumeStyle.setUSE(String).BoundaryEnhancementVolumeStyle.setUSE(BoundaryEnhancementVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar toBoundaryEnhancementVolumeStyle.setUSE(String).Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type BoundaryEnhancementVolumeStyleModifier and TypeMethodDescriptionBoundaryEnhancementVolumeStyle.setUSE(BoundaryEnhancementVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar toBoundaryEnhancementVolumeStyle.setUSE(String).