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