Uses of Class
org.web3d.x3d.jsail.Geometry2D.Disk2D
Package
Description
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
-
Uses of Disk2D in org.web3d.x3d.jsail.Geometry2D
Modifier and TypeMethodDescriptionDisk2D.addComments
(String newComment) Add comment as String to contained commentsList.Disk2D.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Disk2D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Disk2D.clearIS()
Utility method to clear SFNode value of IS field.Disk2D.clearMetadata()
Utility method to clear SFNode value of metadata field.final Disk2D
Disk2D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Disk2D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Disk2D
Disk2D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Disk2D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Disk2D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Disk2D
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Disk2D.setInnerRadius
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetInnerRadius(float)
.Disk2D.setInnerRadius
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named innerRadius.Disk2D.setInnerRadius
(SFFloat newValue) Assign typed object value to SFFloat innerRadius field, similar tosetInnerRadius(float)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Disk2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Disk2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Disk2D.setOuterRadius
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetOuterRadius(float)
.Disk2D.setOuterRadius
(float newValue) Accessor method to assign float value to initializeOnly SFFloat field named outerRadius.Disk2D.setOuterRadius
(SFFloat newValue) Assign typed object value to SFFloat outerRadius field, similar tosetOuterRadius(float)
.Disk2D.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 Disk2D
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)
.