LineSetObject |
LineSetObject.addAttrib(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for attrib field.
|
LineSetObject |
LineSetObject.addAttrib(X3DNode newValue) |
Add single child node to existing array of attrib nodes (if any).
|
LineSetObject |
LineSetObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
LineSetObject |
LineSetObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
LineSetObject |
LineSetObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
LineSetObject |
LineSetObject.addVertexCount(int newValue) |
Add singleton int value to MFInt32 vertexCount field.
|
LineSetObject |
LineSetObject.addVertexCount(SFInt32Object newValue) |
Add singleton SFInt32Object value to MFInt32 vertexCount field.
|
LineSetObject |
LineSetObject.clearAttrib() |
Utility method to clear MFNode value of attrib field.
|
LineSetObject |
LineSetObject.clearColor() |
Utility method to clear SFNode value of color field.
|
LineSetObject |
LineSetObject.clearCoord() |
Utility method to clear SFNode value of coord field.
|
LineSetObject |
LineSetObject.clearFogCoord() |
Utility method to clear SFNode value of fogCoord field.
|
LineSetObject |
LineSetObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
LineSetObject |
LineSetObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
LineSetObject |
LineSetObject.clearVertexCount() |
Utility method to clear MFInt32 value of vertexCount field.
|
LineSetObject |
LineSetObject.setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue) |
|
LineSetObject |
LineSetObject.setAttrib(X3DNode[] newValue) |
Accessor method to assign X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
LineSetObject |
LineSetObject.setColor(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.
|
LineSetObject |
LineSetObject.setColor(X3DColorNode newValue) |
Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.
|
LineSetObject |
LineSetObject.setCoord(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.
|
LineSetObject |
LineSetObject.setCoord(X3DCoordinateNode newValue) |
Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
LineSetObject |
LineSetObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
LineSetObject |
LineSetObject.setCssClass(SFStringObject newValue) |
|
LineSetObject |
LineSetObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
LineSetObject |
LineSetObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
LineSetObject |
LineSetObject.setFogCoord(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
LineSetObject |
LineSetObject.setFogCoord(FogCoordinate newValue) |
Accessor method to assign FogCoordinateObject instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
LineSetObject |
LineSetObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
LineSetObject |
LineSetObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LineSetObject |
LineSetObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LineSetObject |
LineSetObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
LineSetObject |
LineSetObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
LineSetObject |
LineSetObject.setUSE(LineSetObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
LineSetObject |
LineSetObject.setVertexCount(int[] newValue) |
Accessor method to assign Integer array to inputOutput MFInt32 field named vertexCount.
|
LineSetObject |
LineSetObject.setVertexCount(java.util.ArrayList<java.lang.Integer> newValue) |
|
LineSetObject |
LineSetObject.setVertexCount(MFInt32Object newValue) |
|