Uses of Class
org.web3d.x3d.jsail.Geometry2D.ArcClose2D
Package
Description
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
-
Uses of ArcClose2D in org.web3d.x3d.jsail.Geometry2D
Modifier and TypeMethodDescriptionArcClose2D.addComments
(String newComment) Add comment as String to contained commentsList.ArcClose2D.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ArcClose2D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ArcClose2D.clearIS()
Utility method to clear SFNode value of IS field.ArcClose2D.clearMetadata()
Utility method to clear SFNode value of metadata field.ArcClose2D.setClosureType
(String newValue) Accessor method to assign String enumeration value ("PIE" | "CHORD") to initializeOnly SFString field named closureType.ArcClose2D.setClosureType
(SFString newValue) Assign typed object value to SFString closureType field, similar tosetClosureType(String)
.final ArcClose2D
ArcClose2D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ArcClose2D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ArcClose2D
ArcClose2D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ArcClose2D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ArcClose2D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.ArcClose2D.setEndAngle
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetEndAngle(float)
.ArcClose2D.setEndAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named endAngle.ArcClose2D.setEndAngle
(SFFloat newValue) Assign typed object value to SFFloat endAngle field, similar tosetEndAngle(float)
.final ArcClose2D
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.ArcClose2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ArcClose2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ArcClose2D.setRadius
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetRadius(float)
.ArcClose2D.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)
.ArcClose2D.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)
.ArcClose2D.setStartAngle
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetStartAngle(float)
.ArcClose2D.setStartAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named startAngle.ArcClose2D.setStartAngle
(SFFloat newValue) Assign typed object value to SFFloat startAngle field, similar tosetStartAngle(float)
.final ArcClose2D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ArcClose2D.setUSE
(ArcClose2D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionArcClose2D.setUSE
(ArcClose2D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.