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