Class BlendedVolumeStyle
java.lang.Object
org.web3d.x3d.jsail.X3DConcreteElement
org.web3d.x3d.jsail.X3DConcreteNode
org.web3d.x3d.jsail.VolumeRendering.BlendedVolumeStyle
- All Implemented Interfaces:
X3DNode
,BlendedVolumeStyle
,X3DComposableVolumeRenderStyleNode
,X3DVolumeRenderStyleNode
BlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
org.web3d.x3d.jsail
classes.
BlendedVolumeStyle node tooltip: (X3D version 3.3 or later) [X3DComposableVolumeRenderStyleNode] BlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.
- Hint: BlendedVolumeStyle can contain just one each of following: VolumeStyle node with containerField='renderStyle', Texture3D node with containerField='voxels', Texture2D node with containerField='weightTransferFunction1' and Texture2D node with containerField='weightTransferFunction2'.
- Warning: requires X3D profile='Full' or else include <component name='VolumeRendering' level='3'/>
Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
String constant COMPONENT defines X3D component for the BlendedVolumeStyle element: VolumeRenderingstatic final String
containerField describes typical field relationship of a node to its parent.static final boolean
SFBool field named enabled has default value true (Java syntax) or true (XML syntax).static final String
fromField ROUTE name for SFBool field named enabled.static final String
fromField ROUTE name for SFNode field named IS.static final String
fromField ROUTE name for SFNode field named metadata.static final String
fromField ROUTE name for SFNode field named renderStyle.static final String
fromField ROUTE name for SFNode field named voxels.static final String
fromField ROUTE name for SFFloat field named weightConstant1.static final String
fromField ROUTE name for SFFloat field named weightConstant2.static final String
fromField ROUTE name for SFString field named weightFunction1.static final String
fromField ROUTE name for SFString field named weightFunction2.static final String
fromField ROUTE name for SFNode field named weightTransferFunction1.static final String
fromField ROUTE name for SFNode field named weightTransferFunction2.static final IS
SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).static final int
Integer constant LEVEL provides default X3D VolumeRendering component level for this element: 3static final X3DMetadataObject
SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax).static final String
String constant NAME provides name of this element: BlendedVolumeStyle.static final X3DComposableVolumeRenderStyleNode
SFNode field named renderStyle has default value null (Java syntax) or NULL (XML syntax).static final String
toField ROUTE name for SFBool field named enabled.static final String
toField ROUTE name for SFNode field named metadata.static final String
toField ROUTE name for SFNode field named renderStyle.static final String
toField ROUTE name for SFNode field named voxels.static final String
toField ROUTE name for SFFloat field named weightConstant1.static final String
toField ROUTE name for SFFloat field named weightConstant2.static final String
toField ROUTE name for SFString field named weightFunction1.static final String
toField ROUTE name for SFString field named weightFunction2.static final String
toField ROUTE name for SFNode field named weightTransferFunction1.static final String
toField ROUTE name for SFNode field named weightTransferFunction2.static final X3DTexture3DNode
SFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).static final float
SFFloat field named weightConstant1 has default value 0.5f (Java syntax) or 0.5 (XML syntax).static final float
SFFloat field named weightConstant2 has default value 0.5f (Java syntax) or 0.5 (XML syntax).static final String
Tooltip: Use O_v.static final String
Tooltip: Use O_blend.static final String
Tooltip: Use weightConstant1.static final String
SFString field named weightFunction1 has default value "CONSTANT" (Java syntax) or CONSTANT (XML syntax).static final String
Tooltip: Use 1 - O_v.static final String
Tooltip: Use 1 - O_blend.static final String
Tooltip: Use table lookup value.static final String
Tooltip: Use O_v.static final String
Tooltip: Use O_blend.static final String
Tooltip: Use weightConstant1.static final String
SFString field named weightFunction2 has default value "CONSTANT" (Java syntax) or CONSTANT (XML syntax).static final String
Tooltip: Use 1 - O_v.static final String
Tooltip: Use 1 - O_blend.static final String
Tooltip: Use table lookup value.static final X3DTexture2DNode
SFNode field named weightTransferFunction1 has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture2DNode
SFNode field named weightTransferFunction2 has default value null (Java syntax) or NULL (XML syntax).Fields inherited from class org.web3d.x3d.jsail.X3DConcreteNode
containerField_ALLOWED_VALUES, containerFieldOverride, DEF_DEFAULT_VALUE, USE_DEFAULT_VALUE
Fields inherited from class org.web3d.x3d.jsail.X3DConcreteElement
CLASS_DEFAULT_VALUE, ID_DEFAULT_VALUE, STYLE_DEFAULT_VALUE, validationResult
-
Constructor Summary
ConstructorDescriptionConstructor for BlendedVolumeStyle to initialize member variables with default values.BlendedVolumeStyle
(String DEFlabel) Utility constructor that assigns DEF label after initializing member variables with default values. -
Method Summary
Modifier and TypeMethodDescriptionaddComments
(String newComment) Add comment as String to contained commentsList.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.clearIS()
Utility method to clear SFNode value of IS field.Utility method to clear SFNode value of metadata field.Utility method to clear SFNode value of renderStyle field.Utility method to clear SFNode value of voxels field.Utility method to clear SFNode value of weightTransferFunction1 field.Utility method to clear SFNode value of weightTransferFunction2 field.findElementByNameValue
(String nameValue) Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.findElementByNameValue
(String nameValue, String elementName) Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element.findNodeByDEF
(String DEFvalue) Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.getAccessType
(String fieldName) Indicate accessType corresponding to given fieldName.final String
Defines X3D component for the BlendedVolumeStyle element: VolumeRenderingfinal int
Provides default X3D component level for this element: 3final String
containerField describes typical field relationship of a node to its parent.Provide String value from inputOutput SFString field named class.Provide String value from inputOutput SFString field named style.getDEF()
Provide String value from inputOutput SFString field named DEF.final String
Provides name of this element: BlendedVolumeStyleboolean
Provide boolean value from inputOutput SFBool field named enabled.getFieldType
(String fieldName) Indicate type corresponding to given fieldName.Provide String value from inputOutput SFString field named id.getIS()
Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.Provide org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.getUSE()
Provide String value from inputOutput SFString field named USE.Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.float
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named weightConstant1.float
Provide float value within allowed range of [0,1] from inputOutput SFFloat field named weightConstant2.Provide String enumeration value (baseType xs:NMTOKEN) ["CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE"] from inputOutput SFString field named weightFunction1.Provide String enumeration value (baseType xs:NMTOKEN) ["CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE"] from inputOutput SFString field named weightFunction2.Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction1.Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction2.boolean
hasElementByNameValue
(String nameValue, String elementName) Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.boolean
hasIS()
Indicate whether an object is available for inputOutput SFNode field IS.boolean
Indicate whether an object is available for inputOutput SFNode field metadata.boolean
hasNodeByDEF
(String DEFvalue) Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.boolean
Indicate whether an object is available for inputOutput SFNode field renderStyle.boolean
Indicate whether an object is available for inputOutput SFNode field voxels.boolean
Indicate whether an object is available for inputOutput SFNode field weightTransferFunction1.boolean
Indicate whether an object is available for inputOutput SFNode field weightTransferFunction2.final void
Initialize all member variables to default values.final BlendedVolumeStyle
setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final BlendedVolumeStyle
setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final BlendedVolumeStyle
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.final BlendedVolumeStyle
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.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.setRenderStyle
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field renderStyle.Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.final BlendedVolumeStyle
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.setUSE
(BlendedVolumeStyle DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.setVoxels
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.setWeightConstant1
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetWeightConstant1(float)
.setWeightConstant1
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named weightConstant1.setWeightConstant1
(SFFloat newValue) Assign typed object value to SFFloat weightConstant1 field, similar tosetWeightConstant1(float)
.setWeightConstant2
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetWeightConstant2(float)
.setWeightConstant2
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named weightConstant2.setWeightConstant2
(SFFloat newValue) Assign typed object value to SFFloat weightConstant2 field, similar tosetWeightConstant2(float)
.setWeightFunction1
(String newValue) Accessor method to assign String enumeration value ("CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE") to inputOutput SFString field named weightFunction1.setWeightFunction1
(SFString newValue) Assign typed object value to SFString weightFunction1 field, similar tosetWeightFunction1(String)
.setWeightFunction2
(String newValue) Accessor method to assign String enumeration value ("CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE") to inputOutput SFString field named weightFunction2.setWeightFunction2
(SFString newValue) Assign typed object value to SFString weightFunction2 field, similar tosetWeightFunction2(String)
.setWeightTransferFunction1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.setWeightTransferFunction1
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.setWeightTransferFunction2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.setWeightTransferFunction2
(X3DTexture2DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.toStringClassicVRML
(int indentLevel) Recursive method to provide ClassicVRML string serialization.toStringVRML97
(int indentLevel) Recursive method to provide VRML97 string serialization.toStringX3D
(int indentLevel) Recursive method to provide X3D string serialization of this model subgraph, utilizing XML encoding and conforming to X3D Canonical Form.validate()
Recursive method to validate this element plus all contained nodes and statements, using both datatype-specification value checks and regular expression (regex) checking of corresponding string values.Methods inherited from class org.web3d.x3d.jsail.X3DConcreteNode
getContainerFieldAllowedValues, getContainerFieldOverride, getName, hasDEF, hasNameField, hasUSE, includesNameField, isNode, isStatement, resetContainerFieldOverride, setConcreteDEF, setConcreteUSE, setContainerFieldOverride
Methods inherited from class org.web3d.x3d.jsail.X3DConcreteElement
addComments, clearParent, findAncestorElementByName, findAncestorProtoBody, findAncestorScene, findAncestorX3D, getPackageName, getParent, getValidationResult, hasAncestorElementByName, hasAncestorProtoBody, hasAncestorScene, hasAncestorX3D, hasParent, isValid, setConcreteCssClass, setConcreteCssStyle, setConcreteHtmlID, setParent, toStringClassicVRML, toStringVRML97, toStringX3D
-
Field Details
-
WEIGHTFUNCTION1_CONSTANT
Tooltip: Use weightConstant1. SFString field named weightFunction1 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "CONSTANT" (Java syntax) or CONSTANT (XML syntax).- See Also:
-
WEIGHTFUNCTION1_ALPHA1
Tooltip: Use O_v. SFString field named weightFunction1 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "ALPHA1" (Java syntax) or ALPHA1 (XML syntax).- See Also:
-
WEIGHTFUNCTION1_ALPHA2
Tooltip: Use O_blend. SFString field named weightFunction1 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "ALPHA2" (Java syntax) or ALPHA2 (XML syntax).- See Also:
-
WEIGHTFUNCTION1_ONE_MINUS_ALPHA1
Tooltip: Use 1 - O_v. SFString field named weightFunction1 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "ONE_MINUS_ALPHA1" (Java syntax) or ONE_MINUS_ALPHA1 (XML syntax).- See Also:
-
WEIGHTFUNCTION1_ONE_MINUS_ALPHA2
Tooltip: Use 1 - O_blend. SFString field named weightFunction1 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "ONE_MINUS_ALPHA2" (Java syntax) or ONE_MINUS_ALPHA2 (XML syntax).- See Also:
-
WEIGHTFUNCTION1_TABLE
Tooltip: Use table lookup value. SFString field named weightFunction1 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "TABLE" (Java syntax) or TABLE (XML syntax).- See Also:
-
WEIGHTFUNCTION2_CONSTANT
Tooltip: Use weightConstant1. SFString field named weightFunction2 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "CONSTANT" (Java syntax) or CONSTANT (XML syntax).- See Also:
-
WEIGHTFUNCTION2_ALPHA1
Tooltip: Use O_v. SFString field named weightFunction2 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "ALPHA1" (Java syntax) or ALPHA1 (XML syntax).- See Also:
-
WEIGHTFUNCTION2_ALPHA2
Tooltip: Use O_blend. SFString field named weightFunction2 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "ALPHA2" (Java syntax) or ALPHA2 (XML syntax).- See Also:
-
WEIGHTFUNCTION2_ONE_MINUS_ALPHA1
Tooltip: Use 1 - O_v. SFString field named weightFunction2 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "ONE_MINUS_ALPHA1" (Java syntax) or ONE_MINUS_ALPHA1 (XML syntax).- See Also:
-
WEIGHTFUNCTION2_ONE_MINUS_ALPHA2
Tooltip: Use 1 - O_blend. SFString field named weightFunction2 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "ONE_MINUS_ALPHA2" (Java syntax) or ONE_MINUS_ALPHA2 (XML syntax).- See Also:
-
WEIGHTFUNCTION2_TABLE
Tooltip: Use table lookup value. SFString field named weightFunction2 with X3DUOM simpleType volumeRenderingWeightFunctionChoices and with X3DUOM baseType xs:NMTOKEN can equal this value "TABLE" (Java syntax) or TABLE (XML syntax).- See Also:
-
NAME
String constant NAME provides name of this element: BlendedVolumeStyle.- See Also:
-
COMPONENT
String constant COMPONENT defines X3D component for the BlendedVolumeStyle element: VolumeRendering- See Also:
-
LEVEL
public static final int LEVELInteger constant LEVEL provides default X3D VolumeRendering component level for this element: 3- See Also:
-
ENABLED_DEFAULT_VALUE
public static final boolean ENABLED_DEFAULT_VALUESFBool field named enabled has default value true (Java syntax) or true (XML syntax).- See Also:
-
IS_DEFAULT_VALUE
SFNode field named IS has default value null (Java syntax) or NULL (XML syntax). -
METADATA_DEFAULT_VALUE
SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax). -
RENDERSTYLE_DEFAULT_VALUE
SFNode field named renderStyle has default value null (Java syntax) or NULL (XML syntax). -
VOXELS_DEFAULT_VALUE
SFNode field named voxels has default value null (Java syntax) or NULL (XML syntax). -
WEIGHTCONSTANT1_DEFAULT_VALUE
public static final float WEIGHTCONSTANT1_DEFAULT_VALUESFFloat field named weightConstant1 has default value 0.5f (Java syntax) or 0.5 (XML syntax).- See Also:
-
WEIGHTCONSTANT2_DEFAULT_VALUE
public static final float WEIGHTCONSTANT2_DEFAULT_VALUESFFloat field named weightConstant2 has default value 0.5f (Java syntax) or 0.5 (XML syntax).- See Also:
-
WEIGHTFUNCTION1_DEFAULT_VALUE
SFString field named weightFunction1 has default value "CONSTANT" (Java syntax) or CONSTANT (XML syntax).- See Also:
-
WEIGHTFUNCTION2_DEFAULT_VALUE
SFString field named weightFunction2 has default value "CONSTANT" (Java syntax) or CONSTANT (XML syntax).- See Also:
-
WEIGHTTRANSFERFUNCTION1_DEFAULT_VALUE
SFNode field named weightTransferFunction1 has default value null (Java syntax) or NULL (XML syntax). -
WEIGHTTRANSFERFUNCTION2_DEFAULT_VALUE
SFNode field named weightTransferFunction2 has default value null (Java syntax) or NULL (XML syntax). -
containerField_DEFAULT_VALUE
containerField describes typical field relationship of a node to its parent. Usage is not ordinarily needed when using this API, this default value is provided for informational purposes only.
containerField_DEFAULT_VALUE = "renderStyle";
containerField_ALLOWED_VALUES = {"renderStyle" }; type xs:NMTOKEN- See Also:
-
fromField_ENABLED
fromField ROUTE name for SFBool field named enabled.- See Also:
-
toField_ENABLED
toField ROUTE name for SFBool field named enabled.- See Also:
-
fromField_IS
-
fromField_METADATA
fromField ROUTE name for SFNode field named metadata.- See Also:
-
toField_METADATA
toField ROUTE name for SFNode field named metadata.- See Also:
-
fromField_RENDERSTYLE
fromField ROUTE name for SFNode field named renderStyle.- See Also:
-
toField_RENDERSTYLE
toField ROUTE name for SFNode field named renderStyle.- See Also:
-
fromField_VOXELS
fromField ROUTE name for SFNode field named voxels.- See Also:
-
toField_VOXELS
toField ROUTE name for SFNode field named voxels.- See Also:
-
fromField_WEIGHTCONSTANT1
fromField ROUTE name for SFFloat field named weightConstant1.- See Also:
-
toField_WEIGHTCONSTANT1
toField ROUTE name for SFFloat field named weightConstant1.- See Also:
-
fromField_WEIGHTCONSTANT2
fromField ROUTE name for SFFloat field named weightConstant2.- See Also:
-
toField_WEIGHTCONSTANT2
toField ROUTE name for SFFloat field named weightConstant2.- See Also:
-
fromField_WEIGHTFUNCTION1
fromField ROUTE name for SFString field named weightFunction1.- See Also:
-
toField_WEIGHTFUNCTION1
toField ROUTE name for SFString field named weightFunction1.- See Also:
-
fromField_WEIGHTFUNCTION2
fromField ROUTE name for SFString field named weightFunction2.- See Also:
-
toField_WEIGHTFUNCTION2
toField ROUTE name for SFString field named weightFunction2.- See Also:
-
fromField_WEIGHTTRANSFERFUNCTION1
fromField ROUTE name for SFNode field named weightTransferFunction1.- See Also:
-
toField_WEIGHTTRANSFERFUNCTION1
toField ROUTE name for SFNode field named weightTransferFunction1.- See Also:
-
fromField_WEIGHTTRANSFERFUNCTION2
fromField ROUTE name for SFNode field named weightTransferFunction2.- See Also:
-
toField_WEIGHTTRANSFERFUNCTION2
toField ROUTE name for SFNode field named weightTransferFunction2.- See Also:
-
-
Constructor Details
-
BlendedVolumeStyle
public BlendedVolumeStyle()Constructor for BlendedVolumeStyle to initialize member variables with default values. -
BlendedVolumeStyle
Utility constructor that assigns DEF label after initializing member variables with default values.- Parameters:
DEFlabel
- unique DEF name for this X3D node
-
-
Method Details
-
getElementName
Provides name of this element: BlendedVolumeStyle- Specified by:
getElementName
in classX3DConcreteElement
- Returns:
- name of this element
-
getComponent
Defines X3D component for the BlendedVolumeStyle element: VolumeRendering- Specified by:
getComponent
in classX3DConcreteElement
- Returns:
- X3D component for this element
-
getComponentLevel
public final int getComponentLevel()Provides default X3D component level for this element: 3- Specified by:
getComponentLevel
in classX3DConcreteElement
- Returns:
- default X3D component level for this element
-
getFieldType
Indicate type corresponding to given fieldName.- Specified by:
getFieldType
in classX3DConcreteElement
- Parameters:
fieldName
- name of field in this X3D node- Returns:
- X3D type (SFvec3f etc.), otherwise ConfigurationProperties.ERROR_UNKNOWN_FIELD_TYPE if not recognized
- See Also:
-
getAccessType
Indicate accessType corresponding to given fieldName.- Specified by:
getAccessType
in classX3DConcreteElement
- Parameters:
fieldName
- name of field in this X3D node- Returns:
- X3D accessType (inputOnly etc.), otherwise ConfigurationProperties.ERROR_UNKNOWN_FIELD_ACCESSTYPE if not recognized
- See Also:
-
getContainerFieldDefault
containerField describes typical field relationship of a node to its parent. Programmer usage is not ordinarily needed when using this API, since this default value is provided for informational purposes only.- Specified by:
getContainerFieldDefault
in classX3DConcreteNode
- Returns:
- default containerField value
- See Also:
-
initialize
public final void initialize()Initialize all member variables to default values.- Overrides:
initialize
in classX3DConcreteNode
-
getEnabled
public boolean getEnabled()Provide boolean value from inputOutput SFBool field named enabled.
Tooltip: Enables/disables node operation. *- Specified by:
getEnabled
in interfaceBlendedVolumeStyle
- Specified by:
getEnabled
in interfaceX3DComposableVolumeRenderStyleNode
- Specified by:
getEnabled
in interfaceX3DVolumeRenderStyleNode
- Returns:
- value of enabled field
-
setEnabled
Accessor method to assign boolean value to inputOutput SFBool field named enabled.
Tooltip: Enables/disables node operation. *- Specified by:
setEnabled
in interfaceBlendedVolumeStyle
- Specified by:
setEnabled
in interfaceX3DComposableVolumeRenderStyleNode
- Specified by:
setEnabled
in interfaceX3DVolumeRenderStyleNode
- Parameters:
newValue
- is new value for the enabled field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setEnabled
Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.- Parameters:
newValue
- is new value for the enabled field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getIS
Provide IS instance (using a properly typed node) from inputOutput SFNode field IS.- Specified by:
getIS
in classX3DConcreteNode
- Returns:
- value of IS field
- See Also:
-
setIS
Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.- Specified by:
setIS
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the IS field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearIS
Utility method to clear SFNode value of IS field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
hasIS
public boolean hasIS()Indicate whether an object is available for inputOutput SFNode field IS.- Returns:
- whether a concrete statement or CommentsBlock is available.
- See Also:
-
getMetadata
Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.- Specified by:
getMetadata
in interfaceBlendedVolumeStyle
- Specified by:
getMetadata
in interfaceX3DComposableVolumeRenderStyleNode
- Specified by:
getMetadata
in interfaceX3DNode
- Specified by:
getMetadata
in interfaceX3DVolumeRenderStyleNode
- Returns:
- value of metadata field
- See Also:
-
setMetadata
Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.- Specified by:
setMetadata
in interfaceBlendedVolumeStyle
- Specified by:
setMetadata
in interfaceX3DComposableVolumeRenderStyleNode
- Specified by:
setMetadata
in interfaceX3DNode
- Specified by:
setMetadata
in interfaceX3DVolumeRenderStyleNode
- Specified by:
setMetadata
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the metadata field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearMetadata
Utility method to clear SFNode value of metadata field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setMetadata
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.- Specified by:
setMetadata
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the metadata field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasMetadata
public boolean hasMetadata()Indicate whether an object is available for inputOutput SFNode field metadata.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getRenderStyle
Provide org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.- Specified by:
getRenderStyle
in interfaceBlendedVolumeStyle
- Returns:
- value of renderStyle field
- See Also:
-
setRenderStyle
Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.- Specified by:
setRenderStyle
in interfaceBlendedVolumeStyle
- Parameters:
newValue
- is new value for the renderStyle field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearRenderStyle
Utility method to clear SFNode value of renderStyle field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setRenderStyle
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field renderStyle.- Parameters:
newValue
- is new value for the renderStyle field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasRenderStyle
public boolean hasRenderStyle()Indicate whether an object is available for inputOutput SFNode field renderStyle.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getVoxels
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.- Specified by:
getVoxels
in interfaceBlendedVolumeStyle
- Returns:
- value of voxels field
- See Also:
-
setVoxels
Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.- Specified by:
setVoxels
in interfaceBlendedVolumeStyle
- Parameters:
newValue
- is new value for the voxels field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearVoxels
Utility method to clear SFNode value of voxels field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setVoxels
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.- Parameters:
newValue
- is new value for the voxels field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasVoxels
public boolean hasVoxels()Indicate whether an object is available for inputOutput SFNode field voxels.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getWeightConstant1
public float getWeightConstant1()Provide float value within allowed range of [0,1] from inputOutput SFFloat field named weightConstant1.
Tooltip: [0,1] weightConstant1 is used when weightFunction1=CONSTANT. *- Specified by:
getWeightConstant1
in interfaceBlendedVolumeStyle
- Returns:
- value of weightConstant1 field
-
setWeightConstant1
Accessor method to assign float value to inputOutput SFFloat field named weightConstant1.
Tooltip: [0,1] weightConstant1 is used when weightFunction1=CONSTANT. *- Specified by:
setWeightConstant1
in interfaceBlendedVolumeStyle
- Parameters:
newValue
- is new value for the weightConstant1 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setWeightConstant1
Assign typed object value to SFFloat weightConstant1 field, similar tosetWeightConstant1(float)
.- Parameters:
newValue
- is new value for the weightConstant1 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setWeightConstant1
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetWeightConstant1(float)
.- Parameters:
newValue
- is new value for field- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getWeightConstant2
public float getWeightConstant2()Provide float value within allowed range of [0,1] from inputOutput SFFloat field named weightConstant2.
Tooltip: [0,1] weightConstant2 is used when weightFunction2=CONSTANT. *- Specified by:
getWeightConstant2
in interfaceBlendedVolumeStyle
- Returns:
- value of weightConstant2 field
-
setWeightConstant2
Accessor method to assign float value to inputOutput SFFloat field named weightConstant2.
Tooltip: [0,1] weightConstant2 is used when weightFunction2=CONSTANT. *- Specified by:
setWeightConstant2
in interfaceBlendedVolumeStyle
- Parameters:
newValue
- is new value for the weightConstant2 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setWeightConstant2
Assign typed object value to SFFloat weightConstant2 field, similar tosetWeightConstant2(float)
.- Parameters:
newValue
- is new value for the weightConstant2 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setWeightConstant2
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetWeightConstant2(float)
.- Parameters:
newValue
- is new value for field- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getWeightFunction1
Provide String enumeration value (baseType xs:NMTOKEN) ["CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE"] from inputOutput SFString field named weightFunction1.
Tooltip: specifies 2D textures used to determine weight values when weight function is set to TABLE.- Warning: do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
- Hint: X3D Architecture Table 41.3, Weight function types https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/volume.html#t-WeightFunctionTypes
- Hint: X3D Architecture Table 41.4, Transfer function to weight mapping https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/volume.html#t-transferFunctionToWeightMapping
Available enumeration values for string comparison:CONSTANT
,ALPHA1
,ALPHA2
,ONE_MINUS_ALPHA1
,ONE_MINUS_ALPHA2
,TABLE
.- Specified by:
getWeightFunction1
in interfaceBlendedVolumeStyle
- Returns:
- value of weightFunction1 field
-
setWeightFunction1
Accessor method to assign String enumeration value ("CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE") to inputOutput SFString field named weightFunction1.
Warning: authors can only choose from a strict list of enumeration values (CONSTANT
,ALPHA1
,ALPHA2
,ONE_MINUS_ALPHA1
,ONE_MINUS_ALPHA2
,TABLE
).
Tooltip: specifies 2D textures used to determine weight values when weight function is set to TABLE.- Warning: do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
- Hint: X3D Architecture Table 41.3, Weight function types https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/volume.html#t-WeightFunctionTypes
- Hint: X3D Architecture Table 41.4, Transfer function to weight mapping https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/volume.html#t-transferFunctionToWeightMapping
- Specified by:
setWeightFunction1
in interfaceBlendedVolumeStyle
- Parameters:
newValue
- is new value for the weightFunction1 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setWeightFunction1
Assign typed object value to SFString weightFunction1 field, similar tosetWeightFunction1(String)
.- Parameters:
newValue
- is new value for the weightFunction1 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getWeightFunction2
Provide String enumeration value (baseType xs:NMTOKEN) ["CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE"] from inputOutput SFString field named weightFunction2.
Tooltip: specifies 2D textures used to determine weight values when weight function is set to TABLE.- Warning: do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
- Hint: X3D Architecture Table 41.3, Weight function types https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/volume.html#t-WeightFunctionTypes
- Hint: X3D Architecture Table 41.4, Transfer function to weight mapping https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/volume.html#t-transferFunctionToWeightMapping
Available enumeration values for string comparison:CONSTANT
,ALPHA1
,ALPHA2
,ONE_MINUS_ALPHA1
,ONE_MINUS_ALPHA2
,TABLE
.- Specified by:
getWeightFunction2
in interfaceBlendedVolumeStyle
- Returns:
- value of weightFunction2 field
-
setWeightFunction2
Accessor method to assign String enumeration value ("CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE") to inputOutput SFString field named weightFunction2.
Warning: authors can only choose from a strict list of enumeration values (CONSTANT
,ALPHA1
,ALPHA2
,ONE_MINUS_ALPHA1
,ONE_MINUS_ALPHA2
,TABLE
).
Tooltip: specifies 2D textures used to determine weight values when weight function is set to TABLE.- Warning: do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
- Hint: X3D Architecture Table 41.3, Weight function types https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/volume.html#t-WeightFunctionTypes
- Hint: X3D Architecture Table 41.4, Transfer function to weight mapping https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/volume.html#t-transferFunctionToWeightMapping
- Specified by:
setWeightFunction2
in interfaceBlendedVolumeStyle
- Parameters:
newValue
- is new value for the weightFunction2 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setWeightFunction2
Assign typed object value to SFString weightFunction2 field, similar tosetWeightFunction2(String)
.- Parameters:
newValue
- is new value for the weightFunction2 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getWeightTransferFunction1
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction1.- Specified by:
getWeightTransferFunction1
in interfaceBlendedVolumeStyle
- Returns:
- value of weightTransferFunction1 field
- See Also:
-
setWeightTransferFunction1
Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.- Specified by:
setWeightTransferFunction1
in interfaceBlendedVolumeStyle
- Parameters:
newValue
- is new value for the weightTransferFunction1 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearWeightTransferFunction1
Utility method to clear SFNode value of weightTransferFunction1 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setWeightTransferFunction1
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field weightTransferFunction1.- Parameters:
newValue
- is new value for the weightTransferFunction1 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasWeightTransferFunction1
public boolean hasWeightTransferFunction1()Indicate whether an object is available for inputOutput SFNode field weightTransferFunction1.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getWeightTransferFunction2
Provide org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) from inputOutput SFNode field weightTransferFunction2.- Specified by:
getWeightTransferFunction2
in interfaceBlendedVolumeStyle
- Returns:
- value of weightTransferFunction2 field
- See Also:
-
setWeightTransferFunction2
Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTexture2DNode instance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.- Specified by:
setWeightTransferFunction2
in interfaceBlendedVolumeStyle
- Parameters:
newValue
- is new value for the weightTransferFunction2 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearWeightTransferFunction2
Utility method to clear SFNode value of weightTransferFunction2 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setWeightTransferFunction2
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field weightTransferFunction2.- Parameters:
newValue
- is new value for the weightTransferFunction2 field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasWeightTransferFunction2
public boolean hasWeightTransferFunction2()Indicate whether an object is available for inputOutput SFNode field weightTransferFunction2.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getDEF
Provide String value from inputOutput SFString field named DEF.
Tooltip: DEF defines a unique ID name for this node, referenceable by other nodes.- Hint: descriptive DEF names improve clarity and help document a model.
- Hint: well-defined names can simplify design and debugging through improved author understanding.
- Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions
- Overrides:
getDEF
in classX3DConcreteNode
- Returns:
- value of DEF field
- See Also:
-
setDEF
Accessor method to assign String value to inputOutput SFString field named DEF.
Tooltip: DEF defines a unique ID name for this node, referenceable by other nodes.- Hint: descriptive DEF names improve clarity and help document a model.
- Hint: well-defined names can simplify design and debugging through improved author understanding.
- Hint: X3D Scene Authoring Hints, Naming Conventions https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NamingConventions
Note that setting the DEF value clears the USE value.- Specified by:
setDEF
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the DEF field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setDEF
Assign typed object value to SFString DEF field, similar tosetDEF(String)
.- Parameters:
newValue
- is new value for the DEF field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getUSE
Provide String value from inputOutput SFString field named USE.
Tooltip: USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).- Hint: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.
- Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.
- Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene.
- Overrides:
getUSE
in classX3DConcreteNode
- Returns:
- value of USE field
- See Also:
-
setUSE
Accessor method to assign String value to inputOutput SFString field named USE.
Tooltip: USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).- Hint: USE references to previously defined DEF geometry (instead of duplicating nodes) can improve performance.
- Warning: do NOT include any child nodes, a DEF attribute, or any other attribute values (except for containerField) when defining a USE attribute.
- Warning: each USE value must match a corresponding DEF value that is defined earlier in the scene.
Note: eachUSE
node is still an independent object, with theUSE
value matching theDEF
value in the preceding object.
Warning: invoking thesetUSE()
method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.
Warning: no other operations can be performed to modify a USE node other than setting an alternate containerField value.- Specified by:
setUSE
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the USE field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setUSE
Assign typed object value to SFString USE field, similar tosetUSE(String)
.- Parameters:
newValue
- is new value for the USE field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getCssClass
Provide String value from inputOutput SFString field named class.- Overrides:
getCssClass
in classX3DConcreteElement
- Returns:
- value of class field
- See Also:
-
setCssClass
Accessor method to assign String value to inputOutput SFString field named class.- Specified by:
setCssClass
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the class field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
setCssClass
Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.- Parameters:
newValue
- is new value for the class field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getHtmlID
Provide String value from inputOutput SFString field named id.- Overrides:
getHtmlID
in classX3DConcreteElement
- Returns:
- value of id field
- See Also:
-
setHtmlID
Accessor method to assign String value to inputOutput SFString field named id.- Specified by:
setHtmlID
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the id field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
setHtmlID
Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.- Parameters:
newValue
- is new value for the id field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getCssStyle
Provide String value from inputOutput SFString field named style.- Overrides:
getCssStyle
in classX3DConcreteElement
- Returns:
- value of style field
- See Also:
-
setCssStyle
Accessor method to assign String value to inputOutput SFString field named style.- Specified by:
setCssStyle
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the style field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
setCssStyle
Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.- Parameters:
newValue
- is new value for the style field.- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setUSE
Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.
Warning: note that thesetUSE()
method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.
Warning: no other operations can be performed to modify a USE node other than setting an alternate containerField value.- Parameters:
DEFnode
- must have a DEF value defined- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addComments
Add comment as String to contained commentsList.- Specified by:
addComments
in classX3DConcreteElement
- Parameters:
newComment
- initial value- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
addComments
Add comments as String[] array to contained commentsList.- Specified by:
addComments
in classX3DConcreteElement
- Parameters:
newComments
- array of comments- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
addComments
Add CommentsBlock to contained commentsList.- Specified by:
addComments
in classX3DConcreteElement
- Parameters:
newCommentsBlock
- block of comments to add- Returns:
BlendedVolumeStyle
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
toStringX3D
Recursive method to provide X3D string serialization of this model subgraph, utilizing XML encoding and conforming to X3D Canonical Form.- Specified by:
toStringX3D
in classX3DConcreteElement
- Parameters:
indentLevel
- number of levels of indentation for this element- Returns:
- X3D string
- See Also:
-
toStringClassicVRML
Recursive method to provide ClassicVRML string serialization.- Specified by:
toStringClassicVRML
in classX3DConcreteElement
- Parameters:
indentLevel
- number of levels of indentation for this element- Returns:
- ClassicVRML string
- See Also:
-
toStringVRML97
Recursive method to provide VRML97 string serialization.- Specified by:
toStringVRML97
in classX3DConcreteElement
- Parameters:
indentLevel
- number of levels of indentation for this element- Returns:
- VRML97 string
- See Also:
-
findElementByNameValue
Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. Elements with name fields include meta, Metadata* nodes, field/fieldValue, ProtoDeclare/ExternProtoDeclare/ProtoInstance, CAD and HAnim nodes.
Warning: first start with findAncestorScene() to check entire scene graph, or findAncestorX3D() to check entire model document.
Warning: more than one element may be found that has the same name, this method does not handle that case.- Specified by:
findElementByNameValue
in classX3DConcreteElement
- Parameters:
nameValue
- is value of the name field being searched for in this element and child elements(if any)- Returns:
- object reference to found element, null otherwise
- See Also:
-
findElementByNameValue
Recursive method to provide object reference to node or statement by name attribute, if found as part of this element or in a contained element. Elements with name fields include meta, Metadata* nodes, field/fieldValue, ProtoDeclare/ExternProtoDeclare/ProtoInstance, CAD and HAnim nodes.
Warning: first start with findAncestorScene() to check entire scene graph, or findAncestorX3D() to check entire model document.
Warning: more than one element may be found that has the same name, this method does not handle that case.- Specified by:
findElementByNameValue
in classX3DConcreteElement
- Parameters:
nameValue
- is value of the name field being searched for in this element and child elements(if any)elementName
- identifies the element of interest (meta MetadataString ProtoDeclare CADassembly ProtoInstance HAnimHumanoid etc.)- Returns:
- object reference to found element, null otherwise
- See Also:
-
hasElementByNameValue
Recursive method to determine whether node or statement with given name attribute is found, meaning both objects are attached to same scene graph.- Parameters:
nameValue
- is value of the name field being searched for in this element and child elements(if any)elementName
- identifies the element of interest (meta MetadataString ProtoDeclare CADassembly ProtoInstance HAnimHumanoid etc.)- Returns:
- whether node is found
- See Also:
-
findNodeByDEF
Recursive method to provide object reference to node by DEF, if found as this node or in a contained node.
Warning: first start with findAncestorScene() to check entire scene graph, or findAncestorX3D() to check entire model document.
Warning: more than one element may be found that has the same DEF, this method does not handle that case.- Specified by:
findNodeByDEF
in classX3DConcreteElement
- Parameters:
DEFvalue
- is value of the name field being searched for in this element and child elements(if any)- Returns:
- object reference to found node, null otherwise
- See Also:
-
hasNodeByDEF
Recursive method to determine whether node with DEFvalue is found, meaning both objects are attached to same scene graph.- Parameters:
DEFvalue
- is value of the name field being searched for in this element and child elements(if any)- Returns:
- whether node is found
- See Also:
-
validate
Recursive method to validate this element plus all contained nodes and statements, using both datatype-specification value checks and regular expression (regex) checking of corresponding string values. TODO document specific validation methods.- Specified by:
validate
in classX3DConcreteElement
- Returns:
- validation results (if any)
-