Uses of Class
org.web3d.x3d.jsail.NURBS.ContourPolyline2DObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS |
-
Uses of ContourPolyline2DObject in org.web3d.x3d.jsail.NURBS
Methods in org.web3d.x3d.jsail.NURBS that return ContourPolyline2DObject Modifier and Type Method Description ContourPolyline2DObjectContourPolyline2DObject. addComments(java.lang.String newComment)Add comment as String to contained commentsList.ContourPolyline2DObjectContourPolyline2DObject. addComments(java.lang.String[] newComments)Add comments as String[] array to contained commentsList.ContourPolyline2DObjectContourPolyline2DObject. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to contained commentsList.ContourPolyline2DObjectContourPolyline2DObject. addControlPoint(SFVec2dObject newValue)Add singleton SFVec2dObject value to MFVec2d controlPoint field.ContourPolyline2DObjectContourPolyline2DObject. clearIS()Utility method to clear SFNode value of IS field.ContourPolyline2DObjectContourPolyline2DObject. clearMetadata()Utility method to clear SFNode value of metadata field.ContourPolyline2DObjectContourPolyline2DObject. setControlPoint(double[] newValue)Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.ContourPolyline2DObjectContourPolyline2DObject. setControlPoint(MFVec2dObject newValue)Assign typed object value to MFVec2d controlPoint field, similar tosetControlPoint(double[]).ContourPolyline2DObjectContourPolyline2DObject. setCssClass(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named class.ContourPolyline2DObjectContourPolyline2DObject. setCssClass(SFStringObject newValue)Assign typed object value to SFString cssClass field, similar tosetCssClass(String).ContourPolyline2DObjectContourPolyline2DObject. setDEF(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named DEF.ContourPolyline2DObjectContourPolyline2DObject. setDEF(SFStringObject newValue)Assign typed object value to SFString DEF field, similar tosetDEF(String).ContourPolyline2DObjectContourPolyline2DObject. setIS(ISObject newValue)Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.ContourPolyline2DObjectContourPolyline2DObject. setMetadata(ProtoInstanceObject newValue)Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.ContourPolyline2DObjectContourPolyline2DObject. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ContourPolyline2DObjectContourPolyline2DObject. setUSE(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named USE.ContourPolyline2DObjectContourPolyline2DObject. setUSE(SFStringObject newValue)Assign typed object value to SFString USE field, similar tosetUSE(String).ContourPolyline2DObjectContourPolyline2DObject. setUSE(ContourPolyline2DObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).Methods in org.web3d.x3d.jsail.NURBS with parameters of type ContourPolyline2DObject Modifier and Type Method Description Contour2DObjectContour2DObject. addChild(ContourPolyline2DObject newValue)Add single children node to array of existing children nodes (if any) for Contour2D.ContourPolyline2DObjectContourPolyline2DObject. setUSE(ContourPolyline2DObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).