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