Uses of Class
org.web3d.x3d.jsail.VolumeRendering.CartoonVolumeStyle
Packages that use 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
Methods in org.web3d.x3d.jsail.VolumeRendering that return CartoonVolumeStyleModifier 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 toCartoonVolumeStyle.setColorSteps(int).final CartoonVolumeStyleCartoonVolumeStyle.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 toCartoonVolumeStyle.setCssClass(String).final CartoonVolumeStyleCartoonVolumeStyle.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 toCartoonVolumeStyle.setCssStyle(String).final CartoonVolumeStyleAccessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toCartoonVolumeStyle.setDEF(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 toCartoonVolumeStyle.setEnabled(boolean).final CartoonVolumeStyleAccessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toCartoonVolumeStyle.setHtmlId(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 toCartoonVolumeStyle.setOrthogonalColor(float[]).CartoonVolumeStyle.setOrthogonalColor(double red, double green, double blue, double alpha) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCartoonVolumeStyle.setOrthogonalColor(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 toCartoonVolumeStyle.setOrthogonalColor(float[]).CartoonVolumeStyle.setOrthogonalColor(SFColorRGBA newValue) Assign typed object value to SFColorRGBA orthogonalColor field, similar toCartoonVolumeStyle.setOrthogonalColor(float[]).CartoonVolumeStyle.setParallelColor(double[] newArray) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCartoonVolumeStyle.setParallelColor(float[]).CartoonVolumeStyle.setParallelColor(double red, double green, double blue, double alpha) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toCartoonVolumeStyle.setParallelColor(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 toCartoonVolumeStyle.setParallelColor(float[]).CartoonVolumeStyle.setParallelColor(SFColorRGBA newValue) Assign typed object value to SFColorRGBA parallelColor field, similar toCartoonVolumeStyle.setParallelColor(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 CartoonVolumeStyleAccessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toCartoonVolumeStyle.setUSE(String).CartoonVolumeStyle.setUSE(CartoonVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar toCartoonVolumeStyle.setUSE(String).Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type CartoonVolumeStyleModifier and TypeMethodDescriptionCartoonVolumeStyle.setUSE(CartoonVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar toCartoonVolumeStyle.setUSE(String).