@Deprecated public class Polyline2D extends Polyline2D
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Point2D> |
points
Deprecated.
|
| Constructor and Description |
|---|
Polyline2D()
Deprecated.
|
Polyline2D(Collection<? extends Point2D> points)
Deprecated.
|
Polyline2D(double[] xcoords,
double[] ycoords)
Deprecated.
|
Polyline2D(Point2D initialPoint)
Deprecated.
|
Polyline2D(Point2D[] points)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Polyline2D |
getReverseCurve()
Deprecated.
Returns the polyline with same points considered in reverse order.
|
addPoint, appendPath, clearPoints, clearVertices, clip, clone, contains, contains, create, create, equals, getBoundingBox, getBuffer, getContinuousCurves, getDistance, getDistance, getEdge, getEdges, getFirstEdge, getFirstPoint, getGeneralPath, getIntersections, getLastEdge, getLastPoint, getLeftTangent, getLength, getLength, getParallel, getPoint, getPointArray, getPointsIterator, getPosition, getPosition, getRightTangent, getSignedDistance, getSignedDistance, getSingularPoints, getSmoothPieces, getSubCurve, getT0, getT1, getVertex, getVertexNumber, getVertices, getWindingAngle, isBounded, isClosed, isEmpty, isInside, isSingular, project, removePoint, transform, transformdraw, getAsAWTShape, getAsPolyline, wrapCurvefinalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsPolylinedraw, getAsAWTShapepublic Polyline2D()
public Polyline2D(Point2D initialPoint)
public Polyline2D(Point2D[] points)
public Polyline2D(Collection<? extends Point2D> points)
public Polyline2D(double[] xcoords,
double[] ycoords)
public Polyline2D getReverseCurve()
getReverseCurve in interface CirculinearContinuousCurve2DgetReverseCurve in interface CirculinearCurve2DgetReverseCurve in interface ContinuousCirculinearCurve2DgetReverseCurve in interface ContinuousCurve2DgetReverseCurve in interface Curve2DgetReverseCurve in interface ContinuousOrientedCurve2DgetReverseCurve in interface OrientedCurve2DgetReverseCurve in class Polyline2DCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.