Uses of Class
org.web3d.x3d.jsail.VolumeRendering.ToneMappedVolumeStyle
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of ToneMappedVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionToneMappedVolumeStyle.addComments
(String newComment) Add comment as String to contained commentsList.ToneMappedVolumeStyle.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ToneMappedVolumeStyle.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ToneMappedVolumeStyle.clearIS()
Utility method to clear SFNode value of IS field.ToneMappedVolumeStyle.clearMetadata()
Utility method to clear SFNode value of metadata field.ToneMappedVolumeStyle.clearSurfaceNormals()
Utility method to clear SFNode value of surfaceNormals field.ToneMappedVolumeStyle.setCoolColor
(double[] newArray) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCoolColor(float[])
.ToneMappedVolumeStyle.setCoolColor
(double red, double green, double blue, double alpha) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetCoolColor(float[])
.ToneMappedVolumeStyle.setCoolColor
(float[] newValue) Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named coolColor.ToneMappedVolumeStyle.setCoolColor
(float red, float green, float blue, float alpha) Assign values to SFColorRGBA coolColor field, similar tosetCoolColor(float[])
.ToneMappedVolumeStyle.setCoolColor
(SFColorRGBA newValue) Assign typed object value to SFColorRGBA coolColor field, similar tosetCoolColor(float[])
.final ToneMappedVolumeStyle
ToneMappedVolumeStyle.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ToneMappedVolumeStyle.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ToneMappedVolumeStyle
ToneMappedVolumeStyle.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ToneMappedVolumeStyle.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ToneMappedVolumeStyle
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ToneMappedVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ToneMappedVolumeStyle.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final ToneMappedVolumeStyle
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.ToneMappedVolumeStyle.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ToneMappedVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ToneMappedVolumeStyle.setSurfaceNormals
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ToneMappedVolumeStyle.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 ToneMappedVolumeStyle
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ToneMappedVolumeStyle.setUSE
(ToneMappedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.ToneMappedVolumeStyle.setWarmColor
(double[] newArray) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetWarmColor(float[])
.ToneMappedVolumeStyle.setWarmColor
(double red, double green, double blue, double alpha) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetWarmColor(float[])
.ToneMappedVolumeStyle.setWarmColor
(float[] newValue) Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named warmColor.ToneMappedVolumeStyle.setWarmColor
(float red, float green, float blue, float alpha) Assign values to SFColorRGBA warmColor field, similar tosetWarmColor(float[])
.ToneMappedVolumeStyle.setWarmColor
(SFColorRGBA newValue) Assign typed object value to SFColorRGBA warmColor field, similar tosetWarmColor(float[])
.Modifier and TypeMethodDescriptionToneMappedVolumeStyle.setUSE
(ToneMappedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.