Uses of Class
org.web3d.x3d.jsail.Geometry3D.Box
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 Box in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionBox.addComments
(String newComment) Add comment as String to contained commentsList.Box.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Box.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Box.clearIS()
Utility method to clear SFNode value of IS field.Box.clearMetadata()
Utility method to clear SFNode value of metadata field.final Box
Box.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Box.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Box
Box.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Box.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Box
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Box
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.Box.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Box.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Box.setSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSize(float[])
.Box.setSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetSize(float[])
.Box.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named size.Box.setSize
(float x, float y, float z) Assign values to SFVec3f size field, similar tosetSize(float[])
.Assign typed object value to SFVec3f size field, similar tosetSize(float[])
.Box.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)
.final Box
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)
.