@Deprecated public class Ring2D extends LinearRing2D
A Ring2D is a Polyline2D whose last point is connected to the first one. This is typically the boundary of a SimplePolygon2D.
The name 'Ring2D' was used for 2 reasons:
points| Constructor and Description |
|---|
Ring2D()
Deprecated.
Use LinearRing2D instead (0.8.0)
|
Ring2D(Collection<? extends Point2D> points)
Deprecated.
Ring2D will be changed to an interface in a future release.
Use LinearRing2D instead (0.8.0)
|
Ring2D(double[] xcoords,
double[] ycoords)
Deprecated.
Ring2D will be changed to an interface in a future release.
Use LinearRing2D instead (0.8.0)
|
Ring2D(Point2D initialPoint)
Deprecated.
Ring2D will be changed to an interface in a future release.
Use LinearRing2D instead (0.8.0)
|
Ring2D(Point2D[] points)
Deprecated.
Ring2D will be changed to an interface in a future release.
Use LinearRing2D instead (0.8.0)
|
| Modifier and Type | Method and Description |
|---|---|
Ring2D |
clone()
Deprecated.
Overrides Object declaration to ensure Curve2D implementation are
cloned as Curve2D.
|
appendPath, create, create, equals, fill, getArea, getBoundaryCurves, getContinuousCurves, getDomain, getEdges, getFirstPoint, getGeneralPath, getLastEdge, getLastPoint, getParallel, getPoint, getReverseCurve, getSignedArea, getSignedDistance, getSignedDistance, getSubCurve, getT0, getT1, getWindingAngle, isClosed, isInside, isInside, transform, 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, isEmptyclip@Deprecated public Ring2D()
@Deprecated public Ring2D(Point2D initialPoint)
@Deprecated public Ring2D(Point2D[] points)
@Deprecated public Ring2D(double[] xcoords, double[] ycoords)
@Deprecated public Ring2D(Collection<? extends Point2D> points)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.