| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| Modifier and Type | Method and Description |
|---|---|
BoxObject |
BoxObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
BoxObject |
BoxObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
BoxObject |
BoxObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
BoxObject |
BoxObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
BoxObject |
BoxObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
BoxObject |
BoxObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
BoxObject |
BoxObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
BoxObject |
BoxObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
BoxObject |
BoxObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
BoxObject |
BoxObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
BoxObject |
BoxObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
BoxObject |
BoxObject.setSize(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named size.
|
BoxObject |
BoxObject.setSize(float x,
float y,
float z)
Assign values to SFVec3f size field, similar to
setSize(float[]). |
BoxObject |
BoxObject.setSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f size field, similar to
setSize(float[]). |
BoxObject |
BoxObject.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
BoxObject |
BoxObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
setSolid(boolean). |
BoxObject |
BoxObject.setUSE(BoxObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
BoxObject |
BoxObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
BoxObject |
BoxObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
BoxObject |
BoxObject.setUSE(BoxObject 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.