| 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 |
|---|---|
IndexedLineSetObject |
IndexedLineSetObject.addAttrib(X3DNode newValue)
Add single child node to existing array of attrib nodes (if any).
|
IndexedLineSetObject |
IndexedLineSetObject.addColorIndex(int newValue)
Add singleton int value to MFInt32 colorIndex field.
|
IndexedLineSetObject |
IndexedLineSetObject.addColorIndex(SFInt32Object newValue)
Add singleton SFInt32Object value to MFInt32 colorIndex field.
|
IndexedLineSetObject |
IndexedLineSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IndexedLineSetObject |
IndexedLineSetObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
IndexedLineSetObject |
IndexedLineSetObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
IndexedLineSetObject |
IndexedLineSetObject.addCoordIndex(int newValue)
Add singleton int value to MFInt32 coordIndex field.
|
IndexedLineSetObject |
IndexedLineSetObject.addCoordIndex(SFInt32Object newValue)
Add singleton SFInt32Object value to MFInt32 coordIndex field.
|
IndexedLineSetObject |
IndexedLineSetObject.clearAttrib()
Utility method to clear MFNode value of attrib field.
|
IndexedLineSetObject |
IndexedLineSetObject.clearColor()
Utility method to clear SFNode value of color field.
|
IndexedLineSetObject |
IndexedLineSetObject.clearColorIndex()
Utility method to clear MFInt32 value of colorIndex field.
|
IndexedLineSetObject |
IndexedLineSetObject.clearCoord()
Utility method to clear SFNode value of coord field.
|
IndexedLineSetObject |
IndexedLineSetObject.clearCoordIndex()
Utility method to clear MFInt32 value of coordIndex field.
|
IndexedLineSetObject |
IndexedLineSetObject.clearFogCoord()
Utility method to clear SFNode value of fogCoord field.
|
IndexedLineSetObject |
IndexedLineSetObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
IndexedLineSetObject |
IndexedLineSetObject.setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)
Assign ArrayList value of MFNode attrib field, similar to
setAttrib(X3DNode[]). |
IndexedLineSetObject |
IndexedLineSetObject.setAttrib(X3DConcreteNode newValue)
Utility method to set single SFNode as IndexedLineSetObject attrib.
|
IndexedLineSetObject |
IndexedLineSetObject.setAttrib(X3DNode[] newValue)
Assign X3DVertexAttributeNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
IndexedLineSetObject |
IndexedLineSetObject.setColor(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field color.
|
IndexedLineSetObject |
IndexedLineSetObject.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
IndexedLineSetObject |
IndexedLineSetObject.setColorIndex(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of MFInt32 colorIndex field, similar to
setColorIndex(int[]). |
IndexedLineSetObject |
IndexedLineSetObject.setColorIndex(int[] newValue)
Assign Integer array using RGB values [0..1] to initializeOnly MFInt32 field named colorIndex.
|
IndexedLineSetObject |
IndexedLineSetObject.setColorIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 colorIndex field, similar to
setColorIndex(int[]). |
IndexedLineSetObject |
IndexedLineSetObject.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
IndexedLineSetObject |
IndexedLineSetObject.setColorPerVertex(SFBoolObject newValue)
Assign typed object value to SFBool colorPerVertex field, similar to
setColorPerVertex(boolean). |
IndexedLineSetObject |
IndexedLineSetObject.setCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedLineSetObject |
IndexedLineSetObject.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedLineSetObject |
IndexedLineSetObject.setCoordIndex(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of MFInt32 coordIndex field, similar to
setCoordIndex(int[]). |
IndexedLineSetObject |
IndexedLineSetObject.setCoordIndex(int[] newValue)
Assign Integer array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named coordIndex.
|
IndexedLineSetObject |
IndexedLineSetObject.setCoordIndex(MFInt32Object newValue)
Assign typed object value to MFInt32 coordIndex field, similar to
setCoordIndex(int[]). |
IndexedLineSetObject |
IndexedLineSetObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
IndexedLineSetObject |
IndexedLineSetObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
IndexedLineSetObject |
IndexedLineSetObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
IndexedLineSetObject |
IndexedLineSetObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
IndexedLineSetObject |
IndexedLineSetObject.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedLineSetObject |
IndexedLineSetObject.setFogCoord(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedLineSetObject |
IndexedLineSetObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
IndexedLineSetObject |
IndexedLineSetObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedLineSetObject |
IndexedLineSetObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedLineSetObject |
IndexedLineSetObject.setUSE(IndexedLineSetObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
IndexedLineSetObject |
IndexedLineSetObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
IndexedLineSetObject |
IndexedLineSetObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedLineSetObject |
IndexedLineSetObject.setUSE(IndexedLineSetObject 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.