@Deprecated public class ClosedPolyline2D extends Ring2D
points| Constructor and Description |
|---|
ClosedPolyline2D()
Deprecated.
|
ClosedPolyline2D(Collection<? extends Point2D> points)
Deprecated.
|
ClosedPolyline2D(double[] xcoords,
double[] ycoords)
Deprecated.
|
ClosedPolyline2D(Point2D initialPoint)
Deprecated.
|
ClosedPolyline2D(Point2D[] points)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClosedPolyline2D |
getReverseCurve()
Deprecated.
Returns the closed polyline with same points taken in reverse order.
|
Polyline2D |
getSubCurve(double t0,
double t1)
Deprecated.
Return an instance of Polyline2D.
|
ClosedPolyline2D |
transform(AffineTransform2D trans)
Deprecated.
Return the transformed shape, as a ClosePolyline2D.
|
appendPath, create, create, equals, fill, getArea, getBoundaryCurves, getContinuousCurves, getDomain, getEdges, getFirstPoint, getGeneralPath, getLastEdge, getLastPoint, getParallel, getPoint, getSignedArea, getSignedDistance, getSignedDistance, getT0, getT1, getWindingAngle, isClosed, isInside, isInside, transformaddPoint, clearPoints, clearVertices, clip, contains, contains, getBoundingBox, getBuffer, getDistance, getDistance, getEdge, getFirstEdge, getIntersections, getLeftTangent, getLength, getLength, getPointArray, getPointsIterator, getPosition, getPosition, getRightTangent, getSingularPoints, getSmoothPieces, getVertex, getVertexNumber, getVertices, isBounded, isEmpty, isSingular, project, removePointdraw, getAsAWTShape, getAsPolyline, wrapCurvefinalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclip, getSmoothPiecesgetLength, getLength, getPositiongetBuffergetAsPolyline, getLeftTangent, getRightTangentdraw, getAsAWTShape, getIntersections, getPosition, getSingularPoints, isSingular, projectcontains, contains, getBoundingBox, getDistance, getDistance, isBounded, isEmptyclippublic ClosedPolyline2D()
public ClosedPolyline2D(Point2D initialPoint)
public ClosedPolyline2D(Point2D[] points)
public ClosedPolyline2D(double[] xcoords,
double[] ycoords)
public ClosedPolyline2D(Collection<? extends Point2D> points)
public ClosedPolyline2D getReverseCurve()
getReverseCurve in interface CirculinearBoundary2DgetReverseCurve in interface CirculinearContinuousCurve2DgetReverseCurve in interface CirculinearContour2DgetReverseCurve in interface CirculinearCurve2DgetReverseCurve in interface ContinuousCirculinearCurve2DgetReverseCurve in interface ContinuousCurve2DgetReverseCurve in interface Curve2DgetReverseCurve in interface Boundary2DgetReverseCurve in interface ContinuousBoundary2DgetReverseCurve in interface ContinuousOrientedCurve2DgetReverseCurve in interface OrientedCurve2DgetReverseCurve in class LinearRing2Dpublic Polyline2D getSubCurve(double t0, double t1)
getSubCurve in interface CirculinearContinuousCurve2DgetSubCurve in interface CirculinearCurve2DgetSubCurve in interface ContinuousCirculinearCurve2DgetSubCurve in interface ContinuousCurve2DgetSubCurve in interface Curve2DgetSubCurve in interface ContinuousOrientedCurve2DgetSubCurve in class LinearRing2Dt0 - position of the start of the sub-curvet1 - position of the end of the sub-curvepublic ClosedPolyline2D transform(AffineTransform2D trans)
transform in interface ContinuousCurve2Dtransform in interface Curve2Dtransform in interface Boundary2Dtransform in interface ContinuousBoundary2Dtransform in interface ContinuousOrientedCurve2Dtransform in interface OrientedCurve2Dtransform in interface Shape2Dtransform in class LinearRing2Dtrans - an affine transformCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.