public class Polyline extends java.lang.Object implements IPolyline, java.io.Serializable
| Constructor and Description |
|---|
Polyline() |
Polyline(IPolyline polyLineToBeCopied) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObject)
Tests for equality between two polylines.
|
java.util.List<java.awt.geom.Point2D> |
getPoints()
Gets all points of a polyline.
|
int |
hashCode()
Computes a hash code for this polyline.
|
public Polyline()
public Polyline(IPolyline polyLineToBeCopied)
public java.util.List<java.awt.geom.Point2D> getPoints()
IPolylineIMapObject.public boolean equals(java.lang.Object anObject)
IPolylinepublic int hashCode()
IPolyline