| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| Modifier and Type | Method and Description |
|---|---|
LineSetObject |
LineSetObject.addAttrib(X3DNode newValue)
Add single child node to existing array of attrib nodes (if any).
|
LineSetObject |
LineSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
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.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.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)
Assign ArrayList value of MFNode attrib field, similar to
setAttrib(X3DNode[]). |
LineSetObject |
LineSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as LineSetObject attrib.
|
LineSetObject |
LineSetObject.setAttrib(X3DNode[] newValue)
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)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] 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)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
LineSetObject |
LineSetObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
LineSetObject |
LineSetObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
LineSetObject |
LineSetObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
LineSetObject |
LineSetObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
LineSetObject |
LineSetObject.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
LineSetObject |
LineSetObject.setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
LineSetObject |
LineSetObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
LineSetObject |
LineSetObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
LineSetObject |
LineSetObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
LineSetObject |
LineSetObject.setUSE(LineSetObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
LineSetObject |
LineSetObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
LineSetObject |
LineSetObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
LineSetObject |
LineSetObject.setVertexCount(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of MFInt32 vertexCount field, similar to
setVertexCount(int[]). |
LineSetObject |
LineSetObject.setVertexCount(int[] newValue)
Assign Integer array within allowed range of [2,infinity) to inputOutput MFInt32 field named vertexCount.
|
LineSetObject |
LineSetObject.setVertexCount(MFInt32Object newValue)
Assign typed object value to MFInt32 vertexCount field, similar to
setVertexCount(int[]). |
| Modifier and Type | Method and Description |
|---|---|
LineSetObject |
LineSetObject.setUSE(LineSetObject 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.