Uses of Class
org.web3d.x3d.jsail.NURBS.ContourPolyline2D
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of ContourPolyline2D in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionContourPolyline2D.addComments
(String newComment) Add comment as String to contained commentsList.ContourPolyline2D.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.ContourPolyline2D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.ContourPolyline2D.addControlPoint
(SFVec2d newValue) Add singleton SFVec2d value to MFVec2d controlPoint field.ContourPolyline2D.clearIS()
Utility method to clear SFNode value of IS field.ContourPolyline2D.clearMetadata()
Utility method to clear SFNode value of metadata field.ContourPolyline2D.setControlPoint
(double[] newValue) Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.ContourPolyline2D.setControlPoint
(MFVec2d newValue) Assign typed object value to MFVec2d controlPoint field, similar tosetControlPoint(double[])
.final ContourPolyline2D
ContourPolyline2D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.ContourPolyline2D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final ContourPolyline2D
ContourPolyline2D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.ContourPolyline2D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final ContourPolyline2D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final ContourPolyline2D
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.ContourPolyline2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ContourPolyline2D.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 ContourPolyline2D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.ContourPolyline2D.setUSE
(ContourPolyline2D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionContour2D.addChild
(ContourPolyline2D newValue) Add single children node to array of existing children nodes (if any) for Contour2D.ContourPolyline2D.setUSE
(ContourPolyline2D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.