Uses of Class
org.web3d.x3d.jsail.Geometry3D.Cylinder
Package
Description
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
-
Uses of Cylinder in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionCylinder.addComments
(String newComment) Add comment as String to contained commentsList.Cylinder.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Cylinder.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Cylinder.clearIS()
Utility method to clear SFNode value of IS field.Cylinder.clearMetadata()
Utility method to clear SFNode value of metadata field.Cylinder.setBottom
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bottom.Assign typed object value to SFBool bottom field, similar tosetBottom(boolean)
.final Cylinder
Cylinder.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Cylinder.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Cylinder
Cylinder.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Cylinder.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Cylinder
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.Cylinder.setHeight
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetHeight(float)
.Cylinder.setHeight
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named height.Assign typed object value to SFFloat height field, similar tosetHeight(float)
.final Cylinder
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Cylinder.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Cylinder.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Cylinder.setRadius
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetRadius(float)
.Cylinder.setRadius
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named radius.Assign typed object value to SFFloat radius field, similar tosetRadius(float)
.Cylinder.setSide
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named side.Assign typed object value to SFBool side field, similar tosetSide(boolean)
.Cylinder.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Assign typed object value to SFBool solid field, similar tosetSolid(boolean)
.Cylinder.setTop
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named top.Assign typed object value to SFBool top field, similar tosetTop(boolean)
.final Cylinder
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.