| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedQuadSetObject |
IndexedQuadSetObject.addAttrib(X3DNode newValue)
Add single child node to existing array of attrib nodes (if any).
|
IndexedQuadSetObject |
IndexedQuadSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IndexedQuadSetObject |
IndexedQuadSetObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
IndexedQuadSetObject |
IndexedQuadSetObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
IndexedQuadSetObject |
IndexedQuadSetObject.addIndex(int newValue)
Add singleton int value to MFInt32 index field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.addIndex(SFInt32Object newValue)
Add singleton SFInt32Object value to MFInt32 index field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.clearAttrib()
Utility method to clear MFNode value of attrib field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.clearColor()
Utility method to clear SFNode value of color field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.clearCoord()
Utility method to clear SFNode value of coord field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.clearFogCoord()
Utility method to clear SFNode value of fogCoord field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.clearIndex()
Utility method to clear MFInt32 value of index field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.clearNormal()
Utility method to clear SFNode value of normal field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.clearTexCoord()
Utility method to clear SFNode value of texCoord field.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)
Assign ArrayList value of MFNode attrib field, similar to
setAttrib(X3DNode[]). |
IndexedQuadSetObject |
IndexedQuadSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as IndexedQuadSetObject attrib.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setAttrib(X3DNode[] newValue)
Assign X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setCcw(SFBoolObject newValue)
Assign typed object value to SFBool ccw field, similar to
setCcw(boolean). |
IndexedQuadSetObject |
IndexedQuadSetObject.setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
setColorPerVertex(boolean). |
IndexedQuadSetObject |
IndexedQuadSetObject.setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
IndexedQuadSetObject |
IndexedQuadSetObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
IndexedQuadSetObject |
IndexedQuadSetObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setIndex(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of MFInt32 index field, similar to
setIndex(int[]). |
IndexedQuadSetObject |
IndexedQuadSetObject.setIndex(int[] newValue)
Assign Integer array within allowed range of [0,infinity) to initializeOnly MFInt32 field named index.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 index field, similar to
setIndex(int[]). |
IndexedQuadSetObject |
IndexedQuadSetObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setNormal(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setNormalPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool normalPerVertex field, similar to
setNormalPerVertex(boolean). |
IndexedQuadSetObject |
IndexedQuadSetObject.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
setSolid(boolean). |
IndexedQuadSetObject |
IndexedQuadSetObject.setTexCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
IndexedQuadSetObject |
IndexedQuadSetObject.setUSE(IndexedQuadSetObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
IndexedQuadSetObject |
IndexedQuadSetObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
IndexedQuadSetObject |
IndexedQuadSetObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedQuadSetObject |
IndexedQuadSetObject.setUSE(IndexedQuadSetObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.