Uses of Class
org.web3d.x3d.jsail.VolumeRendering.EdgeEnhancementVolumeStyle
Packages that use EdgeEnhancementVolumeStyle
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of EdgeEnhancementVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Methods in org.web3d.x3d.jsail.VolumeRendering that return EdgeEnhancementVolumeStyleModifier and TypeMethodDescriptionEdgeEnhancementVolumeStyle.addComments(String newComment) Add comment as String to contained commentsList.EdgeEnhancementVolumeStyle.addComments(String[] newComments) Add comments as String[] array to contained commentsList.EdgeEnhancementVolumeStyle.addComments(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.EdgeEnhancementVolumeStyle.clearIS()Utility method to clear SFNode value of IS field.EdgeEnhancementVolumeStyle.clearMetadata()Utility method to clear SFNode value of metadata field.EdgeEnhancementVolumeStyle.clearSurfaceNormals()Utility method to clear SFNode value of surfaceNormals field.EdgeEnhancementVolumeStyle.setCssClass(String newValue) Accessor method to assign String value to inputOutput SFString field named class.EdgeEnhancementVolumeStyle.setCssClass(SFString newValue) Assign typed object value to SFString cssClass field, similar toEdgeEnhancementVolumeStyle.setCssClass(String).EdgeEnhancementVolumeStyle.setCssStyle(String newValue) Accessor method to assign String value to inputOutput SFString field named style.EdgeEnhancementVolumeStyle.setCssStyle(SFString newValue) Assign typed object value to SFString cssClass field, similar toEdgeEnhancementVolumeStyle.setCssStyle(String).Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar toEdgeEnhancementVolumeStyle.setDEF(String).EdgeEnhancementVolumeStyle.setEdgeColor(double[] newArray) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toEdgeEnhancementVolumeStyle.setEdgeColor(float[]).EdgeEnhancementVolumeStyle.setEdgeColor(double red, double green, double blue, double alpha) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar toEdgeEnhancementVolumeStyle.setEdgeColor(float[]).EdgeEnhancementVolumeStyle.setEdgeColor(float[] newValue) Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named edgeColor.EdgeEnhancementVolumeStyle.setEdgeColor(float red, float green, float blue, float alpha) Assign values to SFColorRGBA edgeColor field, similar toEdgeEnhancementVolumeStyle.setEdgeColor(float[]).EdgeEnhancementVolumeStyle.setEdgeColor(SFColorRGBA newValue) Assign typed object value to SFColorRGBA edgeColor field, similar toEdgeEnhancementVolumeStyle.setEdgeColor(float[]).EdgeEnhancementVolumeStyle.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.EdgeEnhancementVolumeStyle.setEnabled(SFBool newValue) Assign typed object value to SFBool enabled field, similar toEdgeEnhancementVolumeStyle.setEnabled(boolean).EdgeEnhancementVolumeStyle.setGradientThreshold(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar toEdgeEnhancementVolumeStyle.setGradientThreshold(float).EdgeEnhancementVolumeStyle.setGradientThreshold(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gradientThreshold.EdgeEnhancementVolumeStyle.setGradientThreshold(SFFloat newValue) Assign typed object value to SFFloat gradientThreshold field, similar toEdgeEnhancementVolumeStyle.setGradientThreshold(float).Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlId field, similar toEdgeEnhancementVolumeStyle.setHtmlId(String).Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.EdgeEnhancementVolumeStyle.setMetadata(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.EdgeEnhancementVolumeStyle.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.EdgeEnhancementVolumeStyle.setSurfaceNormals(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.EdgeEnhancementVolumeStyle.setSurfaceNormals(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar toEdgeEnhancementVolumeStyle.setUSE(String).EdgeEnhancementVolumeStyle.setUSE(EdgeEnhancementVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar toEdgeEnhancementVolumeStyle.setUSE(String).Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type EdgeEnhancementVolumeStyleModifier and TypeMethodDescriptionEdgeEnhancementVolumeStyle.setUSE(EdgeEnhancementVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar toEdgeEnhancementVolumeStyle.setUSE(String).