Uses of Class
org.web3d.x3d.jsail.Geometry2D.Polypoint2D
Packages that use Polypoint2D
Package
Description
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
-
Uses of Polypoint2D in org.web3d.x3d.jsail.Geometry2D
Methods in org.web3d.x3d.jsail.Geometry2D that return Polypoint2DModifier and TypeMethodDescriptionPolypoint2D.addComments
(String newComment) Add comment as String to contained commentsList.Polypoint2D.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Polypoint2D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton SFVec2f value to MFVec2f point field.Polypoint2D.clearIS()
Utility method to clear SFNode value of IS field.Polypoint2D.clearMetadata()
Utility method to clear SFNode value of metadata field.final Polypoint2D
Polypoint2D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Polypoint2D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Polypoint2D
Polypoint2D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Polypoint2D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Polypoint2D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Polypoint2D
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.Polypoint2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Polypoint2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Polypoint2D.setPoint
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPoint(float[])
.Polypoint2D.setPoint
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named point.Assign typed object value to MFVec2f point field, similar tosetPoint(float[])
.final Polypoint2D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Polypoint2D.setUSE
(Polypoint2D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Methods in org.web3d.x3d.jsail.Geometry2D with parameters of type Polypoint2DModifier and TypeMethodDescriptionPolypoint2D.setUSE
(Polypoint2D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.