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