| 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 |
|---|---|
SphereObject |
SphereObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SphereObject |
SphereObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
SphereObject |
SphereObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
SphereObject |
SphereObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
SphereObject |
SphereObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
SphereObject |
SphereObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SphereObject |
SphereObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
SphereObject |
SphereObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SphereObject |
SphereObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
SphereObject |
SphereObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
SphereObject |
SphereObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SphereObject |
SphereObject.setRadius(float newValue)
Assign float value within allowed range of (0,infinity) to initializeOnly SFFloat field named radius.
|
SphereObject |
SphereObject.setRadius(SFFloatObject newValue)
Assign typed object value to SFFloat radius field, similar to
setRadius(float). |
SphereObject |
SphereObject.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
SphereObject |
SphereObject.setSolid(SFBoolObject newValue)
Assign typed object value to SFBool solid field, similar to
setSolid(boolean). |
SphereObject |
SphereObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
SphereObject |
SphereObject.setUSE(SphereObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
SphereObject |
SphereObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
SphereObject |
SphereObject.setUSE(SphereObject 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.