| 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 |
|---|---|
ColorRGBAObject |
ColorRGBAObject.addColor(SFColorRGBAObject newValue)
Add singleton SFColorRGBAObject value to MFColorRGBA color field.
|
ColorRGBAObject |
ColorRGBAObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ColorRGBAObject |
ColorRGBAObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ColorRGBAObject |
ColorRGBAObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ColorRGBAObject |
ColorRGBAObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ColorRGBAObject |
ColorRGBAObject.setColor(float[] newValue)
Assign 4-tuple float array using RGBA values [0..1] using RGBA values [0..1] to inputOutput MFColorRGBA field named color.
|
ColorRGBAObject |
ColorRGBAObject.setColor(MFColorRGBAObject newValue)
Assign typed object value to MFColorRGBA color field, similar to
setColor(float[]). |
ColorRGBAObject |
ColorRGBAObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ColorRGBAObject |
ColorRGBAObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ColorRGBAObject |
ColorRGBAObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ColorRGBAObject |
ColorRGBAObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ColorRGBAObject |
ColorRGBAObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ColorRGBAObject |
ColorRGBAObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ColorRGBAObject |
ColorRGBAObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ColorRGBAObject |
ColorRGBAObject.setUSE(ColorRGBAObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
ColorRGBAObject |
ColorRGBAObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ColorRGBAObject |
ColorRGBAObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
ColorRGBAObject |
ColorRGBAObject.setUSE(ColorRGBAObject 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.