Package org.web3d.x3d.jsail.Rendering
Class IndexedTriangleStripSet
java.lang.Object
org.web3d.x3d.jsail.X3DConcreteElement
org.web3d.x3d.jsail.X3DConcreteNode
org.web3d.x3d.jsail.Rendering.IndexedTriangleStripSet
- All Implemented Interfaces:
X3DNode
,IndexedTriangleStripSet
,X3DComposedGeometryNode
,X3DGeometryNode
IndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
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.
IndexedTriangleStripSet node tooltip: [X3DComposedGeometryNode] IndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
- Hint: color, normal and texCoord values are applied in the same order as coord values.
- Hint: insert a Shape node before adding geometry or Appearance.
- Hint: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content.
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 boolean
SFBool field named ccw has default value true (Java syntax) or true (XML syntax).static final X3DColorNode
SFNode field named color has default value null (Java syntax) or NULL (XML syntax).static final boolean
SFBool field named colorPerVertex has default value true (Java syntax) or true (XML syntax).static final String
String constant COMPONENT defines X3D component for the IndexedTriangleStripSet element: Renderingstatic final String
containerField describes typical field relationship of a node to its parent.static final X3DCoordinateNode
SFNode field named coord has default value null (Java syntax) or NULL (XML syntax).static final FogCoordinate
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax).static final String
fromField ROUTE name for MFNode field named attrib.static final String
fromField ROUTE name for SFNode field named color.static final String
fromField ROUTE name for SFNode field named coord.static final String
fromField ROUTE name for SFNode field named fogCoord.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 normal.static final String
fromField ROUTE name for SFNode field named texCoord.MFInt32 field named index has default value equal to an empty list.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 Rendering 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: IndexedTriangleStripSet.static final X3DNormalNode
SFNode field named normal has default value null (Java syntax) or NULL (XML syntax).static final boolean
SFBool field named normalPerVertex has default value true (Java syntax) or true (XML syntax).static final boolean
SFBool field named solid has default value true (Java syntax) or true (XML syntax).static final X3DNode
SFNode field named texCoord has default value null (Java syntax) or NULL (XML syntax).static final String
toField ROUTE name for MFNode field named attrib.static final String
toField ROUTE name for SFNode field named color.static final String
toField ROUTE name for SFNode field named coord.static final String
toField ROUTE name for SFNode field named fogCoord.static final String
toField ROUTE name for SFNode field named metadata.static final String
toField ROUTE name for SFNode field named normal.static final String
toField ROUTE name for MFInt32 field named set_index.static final String
toField ROUTE name for SFNode field named texCoord.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 IndexedTriangleStripSet to initialize member variables with default values.IndexedTriangleStripSet
(String DEFlabel) Utility constructor that assigns DEF label after initializing member variables with default values. -
Method Summary
Modifier and TypeMethodDescriptionaddAttrib
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.Add single child node to existing array of attrib nodes (if any).void
Add array of child attrib nodes to array of existing nodes (if any).addComments
(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.addIndex
(int newValue) Add singleton int value to MFInt32 index field.Add singleton SFInt32 value to MFInt32 index field.Utility method to clear MFNode value of attrib field.Utility method to clear SFNode value of color field.Utility method to clear SFNode value of coord field.Utility method to clear SFNode value of fogCoord field.Utility method to clear MFInt32 value of index field.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 normal field.Utility method to clear SFNode value of texCoord 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.X3DNode[]
Provide array of org.web3d.x3d.sai.Shaders.X3DVertexAttributeNode results (using an array consisting of properly typed nodes or ProtoInstances) from inputOutput MFNode field attrib.Utility method to get ArrayList value of MFNode attrib field, similar togetAttrib()
.boolean
getCcw()
Provide boolean value from initializeOnly SFBool field named ccw.getColor()
Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.int
Utility method to get number of 3-tuple Color RGB values (or 4-tuple ColorRGBA values) in contained Color/ColorRGBA or ProtoInstance nodeboolean
Provide boolean value from initializeOnly SFBool field named colorPerVertex.final String
Defines X3D component for the IndexedTriangleStripSet element: Renderingfinal int
Provides default X3D component level for this element: 3final String
containerField describes typical field relationship of a node to its parent.getCoord()
Provide org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) from inputOutput SFNode field coord.int
Utility method to get number of coordinate 3-tuple values in contained Coordinate/CoordinateDouble or ProtoInstance nodeProvide 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: IndexedTriangleStripSetgetFieldType
(String fieldName) Indicate type corresponding to given fieldName.Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.Provide String value from inputOutput SFString field named id.int[]
getIndex()
Provide array of Integer results within allowed range of [-1,infinity) from initializeOnly MFInt32 field named index.Utility method to get ArrayList value of MFInt32 index field, similar togetIndex()
.Utility method to get String value of MFInt32 index field, similar togetIndex()
.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.Rendering.X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.int
Utility method to get number of 3-tuple normal vectors in contained Normal or ProtoInstance nodeboolean
Provide boolean value from initializeOnly SFBool field named normalPerVertex.boolean
getSolid()
Provide boolean value from initializeOnly SFBool field named solid.Provide org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) with acceptable node types limited to X3DSingleTextureCoordinateNode|MultiTextureCoordinate, from inputOutput SFNode field texCoord.int
Utility method to get number of 2-tuple texture coordinate values in contained TextureCoordinate or ProtoInstance nodegetUSE()
Provide String value from inputOutput SFString field named USE.boolean
Indicate whether an object is available for inputOutput MFNode field attrib.boolean
hasColor()
Indicate whether an object is available for inputOutput SFNode field color.boolean
hasCoord()
Indicate whether an object is available for inputOutput SFNode field coord.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
Indicate whether an object is available for inputOutput SFNode field fogCoord.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 normal.boolean
Indicate whether an object is available for inputOutput SFNode field texCoord.final void
Initialize all member variables to default values.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar tosetAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.void
Set single child attrib node, replacing prior array of existing nodes (if any).Accessor method to assign org.web3d.x3d.sai.Shaders.X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field attrib.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.Assign typed object value to SFBool ccw field, similar tosetCcw(boolean)
.setColor
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.setColor
(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.setColorPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.setColorPerVertex
(SFBool newValue) Assign typed object value to SFBool colorPerVertex field, similar tosetColorPerVertex(boolean)
.setCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.setCoord
(X3DCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.final IndexedTriangleStripSet
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 IndexedTriangleStripSet
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 IndexedTriangleStripSet
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.setFogCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.setFogCoord
(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.final IndexedTriangleStripSet
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.setIndex
(int[] newValue) Accessor method to assign Integer array to initializeOnly MFInt32 field named index.Assign ArrayList value of MFInt32 index field, similar tosetIndex(int[])
.Assign typed object value to MFInt32 index field, similar tosetIndex(int[])
.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.setNormal
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.setNormal
(X3DNormalNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.setNormalPerVertex
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.setNormalPerVertex
(SFBool newValue) Assign typed object value to SFBool normalPerVertex field, similar tosetNormalPerVertex(boolean)
.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Assign typed object value to SFBool solid field, similar tosetSolid(boolean)
.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.setTexCoord
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field texCoord.final IndexedTriangleStripSet
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.setUSE
(IndexedTriangleStripSet DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.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
-
NAME
String constant NAME provides name of this element: IndexedTriangleStripSet.- See Also:
-
COMPONENT
String constant COMPONENT defines X3D component for the IndexedTriangleStripSet element: Rendering- See Also:
-
LEVEL
public static final int LEVELInteger constant LEVEL provides default X3D Rendering component level for this element: 3- See Also:
-
CCW_DEFAULT_VALUE
public static final boolean CCW_DEFAULT_VALUESFBool field named ccw has default value true (Java syntax) or true (XML syntax).- See Also:
-
COLOR_DEFAULT_VALUE
SFNode field named color has default value null (Java syntax) or NULL (XML syntax). -
COLORPERVERTEX_DEFAULT_VALUE
public static final boolean COLORPERVERTEX_DEFAULT_VALUESFBool field named colorPerVertex has default value true (Java syntax) or true (XML syntax).- See Also:
-
COORD_DEFAULT_VALUE
SFNode field named coord has default value null (Java syntax) or NULL (XML syntax). -
FOGCOORD_DEFAULT_VALUE
SFNode field named fogCoord has default value null (Java syntax) or NULL (XML syntax). -
INDEX_DEFAULT_VALUE
-
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). -
NORMAL_DEFAULT_VALUE
SFNode field named normal has default value null (Java syntax) or NULL (XML syntax). -
NORMALPERVERTEX_DEFAULT_VALUE
public static final boolean NORMALPERVERTEX_DEFAULT_VALUESFBool field named normalPerVertex has default value true (Java syntax) or true (XML syntax).- See Also:
-
SOLID_DEFAULT_VALUE
public static final boolean SOLID_DEFAULT_VALUESFBool field named solid has default value true (Java syntax) or true (XML syntax).- See Also:
-
TEXCOORD_DEFAULT_VALUE
SFNode field named texCoord 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 = "geometry";
containerField_ALLOWED_VALUES = {"geometry", "skin" *HAnimHumanoid parent* }; type xs:NMTOKEN- See Also:
-
fromField_ATTRIB
fromField ROUTE name for MFNode field named attrib.- See Also:
-
toField_ATTRIB
toField ROUTE name for MFNode field named attrib.- See Also:
-
fromField_COLOR
fromField ROUTE name for SFNode field named color.- See Also:
-
toField_COLOR
-
fromField_COORD
fromField ROUTE name for SFNode field named coord.- See Also:
-
toField_COORD
-
fromField_FOGCOORD
fromField ROUTE name for SFNode field named fogCoord.- See Also:
-
toField_FOGCOORD
toField ROUTE name for SFNode field named fogCoord.- 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_NORMAL
fromField ROUTE name for SFNode field named normal.- See Also:
-
toField_NORMAL
toField ROUTE name for SFNode field named normal.- See Also:
-
toField_SET_INDEX
toField ROUTE name for MFInt32 field named set_index.- See Also:
-
fromField_TEXCOORD
fromField ROUTE name for SFNode field named texCoord.- See Also:
-
toField_TEXCOORD
toField ROUTE name for SFNode field named texCoord.- See Also:
-
-
Constructor Details
-
IndexedTriangleStripSet
public IndexedTriangleStripSet()Constructor for IndexedTriangleStripSet to initialize member variables with default values. -
IndexedTriangleStripSet
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: IndexedTriangleStripSet- Specified by:
getElementName
in classX3DConcreteElement
- Returns:
- name of this element
-
getComponent
Defines X3D component for the IndexedTriangleStripSet element: Rendering- 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
-
getAttrib
Provide array of org.web3d.x3d.sai.Shaders.X3DVertexAttributeNode results (using an array consisting of properly typed nodes or ProtoInstances) from inputOutput MFNode field attrib.
Tooltip: [X3DVertexAttributeNode] Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders.- Hint: X3D Architecture 32.2.2.4 Per-vertex attributes, https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/shaders.html#Pervertexattributes
Warning: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to X3DVertexAttributeNode.- Specified by:
getAttrib
in interfaceIndexedTriangleStripSet
- Specified by:
getAttrib
in interfaceX3DComposedGeometryNode
- Returns:
- value of attrib field
- See Also:
-
getAttribList
Utility method to get ArrayList value of MFNode attrib field, similar togetAttrib()
.- Returns:
- value of attrib field
-
setAttrib
Accessor method to assign org.web3d.x3d.sai.Shaders.X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field attrib.
Tooltip: [X3DVertexAttributeNode] Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders.- Hint: X3D Architecture 32.2.2.4 Per-vertex attributes, https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/shaders.html#Pervertexattributes
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to X3DVertexAttributeNode.- Specified by:
setAttrib
in interfaceIndexedTriangleStripSet
- Specified by:
setAttrib
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the attrib field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setAttrib
Assign ArrayList value of MFNode attrib field, similar tosetAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.- Parameters:
newValue
- is new value for the attrib field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addAttrib
Add single child node to existing array of attrib nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to X3DVertexAttributeNode and ProtoInstance.- Parameters:
newValue
- is new value to be appended the attrib field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addAttrib
Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for attrib field.
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to ShaderPart and ProtoInstance.- Parameters:
newValue
- is new value to be appended the parts field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addAttrib
Add array of child attrib nodes to array of existing nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are limited to X3DVertexAttributeNode.- Specified by:
addAttrib
in interfaceIndexedTriangleStripSet
- Specified by:
addAttrib
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value array to be appended the attrib field.
-
setAttrib
Set single child attrib node, replacing prior array of existing nodes (if any).
Note: according to X3D Unified Object Model (X3DUOM), acceptable node types are restricted to X3DVertexAttributeNode.- Specified by:
setAttrib
in interfaceIndexedTriangleStripSet
- Specified by:
setAttrib
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new node for the attrib field (restricted to X3DVertexAttributeNode)
-
clearAttrib
Utility method to clear MFNode value of attrib field. This method does not initialize withATTRIB_DEFAULT_VALUE.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
hasAttrib
public boolean hasAttrib()Indicate whether an object is available for inputOutput MFNode field attrib.- Returns:
- whether a properly typed node or ProtoInstance array or CommentsBlock is available.
- See Also:
-
getCcw
public boolean getCcw()Provide boolean value from initializeOnly SFBool field named ccw.
Tooltip: ccw defines clockwise/counterclockwise ordering of vertex coordinates, which in turn defines front/back orientation of polygon normals according to Right-Hand Rule (RHR).- Hint: a good debugging technique for problematic polygons is to try changing the value of ccw, which can reverse solid effects (single-sided backface culling) and normal-vector direction.
- Warning: consistent and correct ordering of left-handed or right-handed point sequences is important throughout the coord array of point values.
- Hint: clockwise https://en.wikipedia.org/wiki/Clockwise
- Specified by:
getCcw
in interfaceIndexedTriangleStripSet
- Specified by:
getCcw
in interfaceX3DComposedGeometryNode
- Returns:
- value of ccw field
-
setCcw
Accessor method to assign boolean value to initializeOnly SFBool field named ccw.
Tooltip: ccw defines clockwise/counterclockwise ordering of vertex coordinates, which in turn defines front/back orientation of polygon normals according to Right-Hand Rule (RHR).- Hint: a good debugging technique for problematic polygons is to try changing the value of ccw, which can reverse solid effects (single-sided backface culling) and normal-vector direction.
- Warning: consistent and correct ordering of left-handed or right-handed point sequences is important throughout the coord array of point values.
- Hint: clockwise https://en.wikipedia.org/wiki/Clockwise
- Specified by:
setCcw
in interfaceIndexedTriangleStripSet
- Specified by:
setCcw
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the ccw field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setCcw
Assign typed object value to SFBool ccw field, similar tosetCcw(boolean)
.- Parameters:
newValue
- is new value for the ccw field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getColor
Provide org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) using RGB values [0..1] from inputOutput SFNode field color.- Specified by:
getColor
in interfaceIndexedTriangleStripSet
- Specified by:
getColor
in interfaceX3DComposedGeometryNode
- Returns:
- value of color field
- See Also:
-
setColor
Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.- Specified by:
setColor
in interfaceIndexedTriangleStripSet
- Specified by:
setColor
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the color field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearColor
Utility method to clear SFNode value of color field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setColor
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.- Parameters:
newValue
- is new value for the color field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasColor
public boolean hasColor()Indicate whether an object is available for inputOutput SFNode field color.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getColorPerVertex
public boolean getColorPerVertex()Provide boolean value from initializeOnly SFBool field named colorPerVertex.
Tooltip: Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).- Warning: the provided value of IndexedTriangleStripSet colorPerVertex field is ignored and always treated as true.
- Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.
- Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color
- Specified by:
getColorPerVertex
in interfaceIndexedTriangleStripSet
- Specified by:
getColorPerVertex
in interfaceX3DComposedGeometryNode
- Returns:
- value of colorPerVertex field
-
setColorPerVertex
Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.
Tooltip: Whether Color|ColorRGBA values are applied to each point vertex (true) or to each polygon face (false).- Warning: the provided value of IndexedTriangleStripSet colorPerVertex field is ignored and always treated as true.
- Warning: if child Color|ColorRGBA node is not provided, then geometry is rendered using corresponding Appearance and material/texture values.
- Hint: X3D Scene Authoring Hints, Color https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color
- Specified by:
setColorPerVertex
in interfaceIndexedTriangleStripSet
- Specified by:
setColorPerVertex
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the colorPerVertex field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setColorPerVertex
Assign typed object value to SFBool colorPerVertex field, similar tosetColorPerVertex(boolean)
.- Parameters:
newValue
- is new value for the colorPerVertex field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getCoord
Provide org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) from inputOutput SFNode field coord.- Specified by:
getCoord
in interfaceIndexedTriangleStripSet
- Specified by:
getCoord
in interfaceX3DComposedGeometryNode
- Returns:
- value of coord field
- See Also:
-
setCoord
Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.- Specified by:
setCoord
in interfaceIndexedTriangleStripSet
- Specified by:
setCoord
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the coord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearCoord
Utility method to clear SFNode value of coord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setCoord
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.- Parameters:
newValue
- is new value for the coord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasCoord
public boolean hasCoord()Indicate whether an object is available for inputOutput SFNode field coord.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getFogCoord
Provide org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) from inputOutput SFNode field fogCoord.- Specified by:
getFogCoord
in interfaceIndexedTriangleStripSet
- Specified by:
getFogCoord
in interfaceX3DComposedGeometryNode
- Returns:
- value of fogCoord field
- See Also:
-
setFogCoord
Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.- Specified by:
setFogCoord
in interfaceIndexedTriangleStripSet
- Specified by:
setFogCoord
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the fogCoord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearFogCoord
Utility method to clear SFNode value of fogCoord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setFogCoord
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.- Parameters:
newValue
- is new value for the fogCoord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasFogCoord
public boolean hasFogCoord()Indicate whether an object is available for inputOutput SFNode field fogCoord.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getIndex
public int[] getIndex()Provide array of Integer results within allowed range of [-1,infinity) from initializeOnly MFInt32 field named index.
Tooltip: [-1,+infinity) index list specifies triangles by connecting Coordinate vertices for each individual strip, separated by -1 sentinel values. *- Specified by:
getIndex
in interfaceIndexedTriangleStripSet
- Returns:
- value of index field
-
getIndexList
Utility method to get ArrayList value of MFInt32 index field, similar togetIndex()
.- Returns:
- value of index field
-
getIndexString
Utility method to get String value of MFInt32 index field, similar togetIndex()
.- Returns:
- value of index field
-
setIndex
Accessor method to assign Integer array to initializeOnly MFInt32 field named index.
Tooltip: [-1,+infinity) index list specifies triangles by connecting Coordinate vertices for each individual strip, separated by -1 sentinel values. *- Specified by:
setIndex
in interfaceIndexedTriangleStripSet
- Parameters:
newValue
- is new value for the index field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setIndex
Assign typed object value to MFInt32 index field, similar tosetIndex(int[])
.- Parameters:
newValue
- is new value for the index field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setIndex
Assign ArrayList value of MFInt32 index field, similar tosetIndex(int[])
.- Parameters:
newValue
- is new value for the index field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
clearIndex
Utility method to clear MFInt32 value of index field. This method does not initialize withINDEX_DEFAULT_VALUE.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
addIndex
Add singleton int value to MFInt32 index field.- Parameters:
newValue
- is new value to add to the index field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
addIndex
Add singleton SFInt32 value to MFInt32 index field.- Parameters:
newValue
- is new value to add to the index field.- Returns:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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 interfaceIndexedTriangleStripSet
- Specified by:
getMetadata
in interfaceX3DComposedGeometryNode
- Specified by:
getMetadata
in interfaceX3DGeometryNode
- Specified by:
getMetadata
in interfaceX3DNode
- 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 interfaceIndexedTriangleStripSet
- Specified by:
setMetadata
in interfaceX3DComposedGeometryNode
- Specified by:
setMetadata
in interfaceX3DGeometryNode
- Specified by:
setMetadata
in interfaceX3DNode
- Specified by:
setMetadata
in classX3DConcreteNode
- Parameters:
newValue
- is new value for the metadata field.- Returns:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
-
getNormal
Provide org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.- Specified by:
getNormal
in interfaceIndexedTriangleStripSet
- Specified by:
getNormal
in interfaceX3DComposedGeometryNode
- Returns:
- value of normal field
- See Also:
-
setNormal
Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.- Specified by:
setNormal
in interfaceIndexedTriangleStripSet
- Specified by:
setNormal
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the normal field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearNormal
Utility method to clear SFNode value of normal field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setNormal
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.- Parameters:
newValue
- is new value for the normal field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasNormal
public boolean hasNormal()Indicate whether an object is available for inputOutput SFNode field normal.- Returns:
- whether a properly typed node or ProtoInstance or CommentsBlock is available.
- See Also:
-
getNormalPerVertex
public boolean getNormalPerVertex()Provide boolean value from initializeOnly SFBool field named normalPerVertex.
Tooltip: Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).- Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices.
- Specified by:
getNormalPerVertex
in interfaceIndexedTriangleStripSet
- Specified by:
getNormalPerVertex
in interfaceX3DComposedGeometryNode
- Returns:
- value of normalPerVertex field
-
setNormalPerVertex
Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.
Tooltip: Whether Normal node vector values are applied to each point vertex (true) or to each polygon face (false).- Hint: if no child Normal node is provided, the X3D browser shall automatically generate normals, using creaseAngle to determine smoothed shading across shared vertices.
- Specified by:
setNormalPerVertex
in interfaceIndexedTriangleStripSet
- Specified by:
setNormalPerVertex
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the normalPerVertex field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setNormalPerVertex
Assign typed object value to SFBool normalPerVertex field, similar tosetNormalPerVertex(boolean)
.- Parameters:
newValue
- is new value for the normalPerVertex field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getSolid
public boolean getSolid()Provide boolean value from initializeOnly SFBool field named solid.
Tooltip: Setting solid true means draw only one side of polygons (backface culling on), setting solid false means draw both sides of polygons (backface culling off).- Hint: mnemonic "this geometry is solid like a brick" (you don't render the inside of a brick).
- Warning: default value true can completely hide geometry if viewed from wrong side!
- Hint: if in doubt, use solid='false' for maximum visibility.
- Hint: accessType relaxed to inputOutput in order to support animation and visualization.
- Specified by:
getSolid
in interfaceIndexedTriangleStripSet
- Specified by:
getSolid
in interfaceX3DComposedGeometryNode
- Returns:
- value of solid field
-
setSolid
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
Tooltip: Setting solid true means draw only one side of polygons (backface culling on), setting solid false means draw both sides of polygons (backface culling off).- Hint: mnemonic "this geometry is solid like a brick" (you don't render the inside of a brick).
- Warning: default value true can completely hide geometry if viewed from wrong side!
- Hint: if in doubt, use solid='false' for maximum visibility.
- Hint: accessType relaxed to inputOutput in order to support animation and visualization.
- Specified by:
setSolid
in interfaceIndexedTriangleStripSet
- Specified by:
setSolid
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the solid field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
setSolid
Assign typed object value to SFBool solid field, similar tosetSolid(boolean)
.- Parameters:
newValue
- is new value for the solid field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getTexCoord
Provide org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) with acceptable node types limited to X3DSingleTextureCoordinateNode|MultiTextureCoordinate, from inputOutput SFNode field texCoord.- Specified by:
getTexCoord
in interfaceIndexedTriangleStripSet
- Specified by:
getTexCoord
in interfaceX3DComposedGeometryNode
- Returns:
- value of texCoord field
- See Also:
-
setTexCoord
Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field texCoord.- Specified by:
setTexCoord
in interfaceIndexedTriangleStripSet
- Specified by:
setTexCoord
in interfaceX3DComposedGeometryNode
- Parameters:
newValue
- is new value for the texCoord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
clearTexCoord
Utility method to clear SFNode value of texCoord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive setAttribute method invocations).
-
setTexCoord
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.- Parameters:
newValue
- is new value for the texCoord field.- Returns:
IndexedTriangleStripSet
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
hasTexCoord
public boolean hasTexCoord()Indicate whether an object is available for inputOutput SFNode field texCoord.- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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:
IndexedTriangleStripSet
- 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)
-
getCoordCount
public int getCoordCount()Utility method to get number of coordinate 3-tuple values in contained Coordinate/CoordinateDouble or ProtoInstance node- Returns:
- number of coordinate 3-tuple values
- See Also:
-
getColorCount
public int getColorCount()Utility method to get number of 3-tuple Color RGB values (or 4-tuple ColorRGBA values) in contained Color/ColorRGBA or ProtoInstance node- Returns:
- number of color values
- See Also:
-
getNormalCount
public int getNormalCount()Utility method to get number of 3-tuple normal vectors in contained Normal or ProtoInstance node- Returns:
- number of color values
- See Also:
-
getTexCoordCount
public int getTexCoordCount()Utility method to get number of 2-tuple texture coordinate values in contained TextureCoordinate or ProtoInstance node- Returns:
- number of color values
- See Also:
-