Uses of Class
org.web3d.x3d.jsail.Geometry2D.Polyline2DObject
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry2D |
-
Uses of Polyline2DObject in org.web3d.x3d.jsail.Geometry2D
Methods in org.web3d.x3d.jsail.Geometry2D that return Polyline2DObject Modifier and Type Method Description Polyline2DObjectPolyline2DObject. addComments(java.lang.String newComment)Add comment as String to contained commentsList.Polyline2DObjectPolyline2DObject. addComments(java.lang.String[] newComments)Add comments as String[] array to contained commentsList.Polyline2DObjectPolyline2DObject. addComments(CommentsBlock newCommentsBlock)Add CommentsBlock to contained commentsList.Polyline2DObjectPolyline2DObject. addLineSegments(SFVec2fObject newValue)Add singleton SFVec2fObject value to MFVec2f lineSegments field.Polyline2DObjectPolyline2DObject. clearIS()Utility method to clear SFNode value of IS field.Polyline2DObjectPolyline2DObject. clearMetadata()Utility method to clear SFNode value of metadata field.Polyline2DObjectPolyline2DObject. setCssClass(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named class.Polyline2DObjectPolyline2DObject. setCssClass(SFStringObject newValue)Assign typed object value to SFString cssClass field, similar tosetCssClass(String).Polyline2DObjectPolyline2DObject. setDEF(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named DEF.Polyline2DObjectPolyline2DObject. setDEF(SFStringObject newValue)Assign typed object value to SFString DEF field, similar tosetDEF(String).Polyline2DObjectPolyline2DObject. setIS(ISObject newValue)Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.Polyline2DObjectPolyline2DObject. setLineSegments(double[] newArray)Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetLineSegments(float[]).Polyline2DObjectPolyline2DObject. setLineSegments(float[] newValue)Accessor method to assign 2-tuple float array to initializeOnly MFVec2f field named lineSegments.Polyline2DObjectPolyline2DObject. setLineSegments(MFVec2fObject newValue)Assign typed object value to MFVec2f lineSegments field, similar tosetLineSegments(float[]).Polyline2DObjectPolyline2DObject. setMetadata(ProtoInstanceObject newValue)Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Polyline2DObjectPolyline2DObject. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Polyline2DObjectPolyline2DObject. setUSE(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named USE.Polyline2DObjectPolyline2DObject. setUSE(SFStringObject newValue)Assign typed object value to SFString USE field, similar tosetUSE(String).Polyline2DObjectPolyline2DObject. setUSE(Polyline2DObject 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 Polyline2DObject Modifier and Type Method Description Polyline2DObjectPolyline2DObject. setUSE(Polyline2DObject DEFnode)Assign a USE reference to another DEF node of same node type, similar tosetUSE(String).