Uses of Class
org.web3d.x3d.jsail.VolumeRendering.ShadedVolumeStyle
Packages that use 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
Methods in org.web3d.x3d.jsail.VolumeRendering that return ShadedVolumeStyleModifier 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 ShadedVolumeStyleShadedVolumeStyle.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 toShadedVolumeStyle.setCssClass(String).final ShadedVolumeStyleShadedVolumeStyle.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 toShadedVolumeStyle.setCssStyle(String).final ShadedVolumeStyleAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toShadedVolumeStyle.setDEF(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 toShadedVolumeStyle.setEnabled(boolean).final ShadedVolumeStyleAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toShadedVolumeStyle.setHtmlId(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 toShadedVolumeStyle.setLighting(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 toShadedVolumeStyle.setPhaseFunction(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 toShadedVolumeStyle.setShadows(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 ShadedVolumeStyleAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toShadedVolumeStyle.setUSE(String).ShadedVolumeStyle.setUSE(ShadedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar toShadedVolumeStyle.setUSE(String).Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type ShadedVolumeStyleModifier and TypeMethodDescriptionShadedVolumeStyle.setUSE(ShadedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar toShadedVolumeStyle.setUSE(String).