IndexedFaceSetObject |
IndexedFaceSetObject.addAttrib(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addAttrib(X3DNode newValue) |
Add single child node to existing array of attrib nodes (if any).
|
IndexedFaceSetObject |
IndexedFaceSetObject.addColorIndex(int newValue) |
Add singleton int value to MFInt32 colorIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addColorIndex(SFInt32Object newValue) |
Add singleton SFInt32Object value to MFInt32 colorIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addCoordIndex(int newValue) |
Add singleton int value to MFInt32 coordIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addCoordIndex(SFInt32Object newValue) |
Add singleton SFInt32Object value to MFInt32 coordIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addNormalIndex(int newValue) |
Add singleton int value to MFInt32 normalIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addNormalIndex(SFInt32Object newValue) |
Add singleton SFInt32Object value to MFInt32 normalIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addTexCoordIndex(int newValue) |
Add singleton int value to MFInt32 texCoordIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.addTexCoordIndex(SFInt32Object newValue) |
Add singleton SFInt32Object value to MFInt32 texCoordIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearAttrib() |
Utility method to clear MFNode value of attrib field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearColor() |
Utility method to clear SFNode value of color field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearColorIndex() |
Utility method to clear MFInt32 value of colorIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearCoord() |
Utility method to clear SFNode value of coord field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearCoordIndex() |
Utility method to clear MFInt32 value of coordIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearFogCoord() |
Utility method to clear SFNode value of fogCoord field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearNormal() |
Utility method to clear SFNode value of normal field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearNormalIndex() |
Utility method to clear MFInt32 value of normalIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearTexCoord() |
Utility method to clear SFNode value of texCoord field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.clearTexCoordIndex() |
Utility method to clear MFInt32 value of texCoordIndex field.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setAttrib(X3DNode[] newValue) |
Accessor method to assign X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCcw(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named ccw.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCcw(SFBoolObject newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setColor(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setColor(X3DColorNode newValue) |
Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setColorIndex(int[] newValue) |
Accessor method to assign Integer array to initializeOnly MFInt32 field named colorIndex.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setColorIndex(java.util.ArrayList<java.lang.Integer> newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setColorIndex(MFInt32Object newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setColorPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setColorPerVertex(SFBoolObject newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setConvex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named convex.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setConvex(SFBoolObject newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCoord(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCoord(X3DCoordinateNode newValue) |
Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCoordIndex(int[] newValue) |
Accessor method to assign Integer array to initializeOnly MFInt32 field named coordIndex.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCoordIndex(java.util.ArrayList<java.lang.Integer> newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCoordIndex(MFInt32Object newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCreaseAngle(double newValue) |
Utility method: double-precision set-parameter accessor for X3D floating-point type, similar to setCreaseAngle(float) .
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCreaseAngle(float newValue) |
Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named creaseAngle.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCreaseAngle(SFFloatObject newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setCssClass(SFStringObject newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
IndexedFaceSetObject |
IndexedFaceSetObject.setFogCoord(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setFogCoord(FogCoordinate newValue) |
Accessor method to assign FogCoordinateObject instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setNormal(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setNormal(X3DNormalNode newValue) |
Accessor method to assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setNormalIndex(int[] newValue) |
Accessor method to assign Integer array to initializeOnly MFInt32 field named normalIndex.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setNormalIndex(java.util.ArrayList<java.lang.Integer> newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setNormalIndex(MFInt32Object newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setNormalPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setNormalPerVertex(SFBoolObject newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setSolid(SFBoolObject newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setTexCoord(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setTexCoord(X3DTextureCoordinateNode newValue) |
Accessor method to assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setTexCoordIndex(int[] newValue) |
Accessor method to assign Integer array to initializeOnly MFInt32 field named texCoordIndex.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setTexCoordIndex(java.util.ArrayList<java.lang.Integer> newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setTexCoordIndex(MFInt32Object newValue) |
|
IndexedFaceSetObject |
IndexedFaceSetObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
IndexedFaceSetObject |
IndexedFaceSetObject.setUSE(IndexedFaceSetObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|