Uses of Class
org.web3d.x3d.jsail.VolumeRendering.ShadedVolumeStyle
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of ShadedVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionShadedVolumeStyle.addComments
(String newComment) Add comment as String to contained commentsList.ShadedVolumeStyle.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ShadedVolumeStyle.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ShadedVolumeStyle.clearIS()
Utility method to clear SFNode value of IS field.ShadedVolumeStyle.clearMaterial()
Utility method to clear SFNode value of material field.ShadedVolumeStyle.clearMetadata()
Utility method to clear SFNode value of metadata field.ShadedVolumeStyle.clearSurfaceNormals()
Utility method to clear SFNode value of surfaceNormals field.final ShadedVolumeStyle
ShadedVolumeStyle.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ShadedVolumeStyle.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ShadedVolumeStyle
ShadedVolumeStyle.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ShadedVolumeStyle.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ShadedVolumeStyle
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ShadedVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ShadedVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final ShadedVolumeStyle
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.ShadedVolumeStyle.setLighting
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named lighting.ShadedVolumeStyle.setLighting
(SFBool newValue) Assign typed object value to SFBool lighting field, similar tosetLighting(boolean)
.ShadedVolumeStyle.setMaterial
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field material.ShadedVolumeStyle.setMaterial
(X3DMaterialNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.ShadedVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ShadedVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ShadedVolumeStyle.setPhaseFunction
(String newValue) Accessor method to assign String enumeration value ("Henyey-Greenstein" | "NONE") to initializeOnly SFString field named phaseFunction.ShadedVolumeStyle.setPhaseFunction
(SFString newValue) Assign typed object value to SFString phaseFunction field, similar tosetPhaseFunction(String)
.ShadedVolumeStyle.setShadows
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named shadows.ShadedVolumeStyle.setShadows
(SFBool newValue) Assign typed object value to SFBool shadows field, similar tosetShadows(boolean)
.ShadedVolumeStyle.setSurfaceNormals
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ShadedVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.final ShadedVolumeStyle
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ShadedVolumeStyle.setUSE
(ShadedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionShadedVolumeStyle.setUSE
(ShadedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.