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