public class GenericCirculinearRing2D extends PolyCirculinearCurve2D<CirculinearElement2D> implements CirculinearRing2D
closed
curves
Constructor and Description |
---|
GenericCirculinearRing2D() |
GenericCirculinearRing2D(CirculinearElement2D[] curves) |
GenericCirculinearRing2D(CirculinearElement2D[] curves,
boolean closed)
Deprecated.
|
GenericCirculinearRing2D(Collection<? extends CirculinearElement2D> curves) |
GenericCirculinearRing2D(Collection<? extends CirculinearElement2D> curves,
boolean closed)
Deprecated.
|
GenericCirculinearRing2D(int size) |
Modifier and Type | Method and Description |
---|---|
static GenericCirculinearRing2D |
create(CirculinearElement2D[] curves)
Static factory for creating a new GenericCirculinearRing2D from an array of
curves.
|
static <T extends CirculinearElement2D> |
create(Collection<T> curves)
Static factory for creating a new GenericCirculinearRing2D from a collection of
curves.
|
void |
fill(Graphics2D g2) |
Collection<? extends CirculinearContour2D> |
getBoundaryCurves()
Returns the different continuous curves composing the boundary
|
Collection<? extends GenericCirculinearRing2D> |
getContinuousCurves()
Returns the collection of continuous curves which constitute this curve.
|
CirculinearDomain2D |
getDomain()
Returns the domain delimited by this boundary.
|
CirculinearRing2D |
getParallel(double dist)
Creates a new curve, formed by the points with parameterization:
p(t) = c(t) + d*n(t)/|n(t)| , with p(t) being a point of
the original curve, n(t) the normal of the curve, and |n| being the
norm of n.In the case of a continuous curve formed by several smooth circulinear elements, the parallels of contiguous elements are joined by a circle arc. |
GenericCirculinearRing2D |
getReverseCurve()
Returns the curve with same trace on the plane with parametrization in
reverse order.
|
BoundaryPolyCurve2D<ContinuousOrientedCurve2D> |
transform(AffineTransform2D trans)
Transforms each curve, and build a new CurveArray2D with the set of
transformed curves.
|
GenericCirculinearRing2D |
transform(CircleInversion2D inv)
Transforms the shape by a circle inversion.
|
clip, getBuffer, getLength, getLength, getPosition, getSmoothPieces, getSubCurve
getSignedDistance, getSignedDistance, getWindingAngle, isInside
appendPath, draw, equals, getAsPolyline, getGeneralPath, getLeftTangent, getRightTangent, isClosed, setClosed, wrapCurve
addCurve, clearCurves, clone, contains, contains, containsCurve, getAsAWTShape, getBoundingBox, getChildCurve, getCurve, getCurveIndex, getCurveNumber, getCurves, getDistance, getDistance, getFirstCurve, getFirstPoint, getGlobalPosition, getIntersections, getLastCurve, getLastPoint, getLocalPosition, getPoint, getPosition, getSingularPoints, getT0, getT1, isBounded, isEmpty, isSingular, iterator, project, removeCurve
fromUnitSegment, toUnitSegment
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clip, getSmoothPieces, getSubCurve
getLength, getLength, getPosition
getBuffer
appendPath, getAsPolyline, getLeftTangent, getRightTangent, isClosed
getSignedDistance, getSignedDistance, getWindingAngle
clone, draw, getAsAWTShape, getFirstPoint, getIntersections, getLastPoint, getPoint, getPosition, getSingularPoints, getT0, getT1, isSingular, project
contains, contains, getBoundingBox, getDistance, getDistance, isBounded, isEmpty
clip
isInside
public GenericCirculinearRing2D()
public GenericCirculinearRing2D(int size)
public GenericCirculinearRing2D(CirculinearElement2D[] curves)
@Deprecated public GenericCirculinearRing2D(CirculinearElement2D[] curves, boolean closed)
public GenericCirculinearRing2D(Collection<? extends CirculinearElement2D> curves)
@Deprecated public GenericCirculinearRing2D(Collection<? extends CirculinearElement2D> curves, boolean closed)
public static <T extends CirculinearElement2D> GenericCirculinearRing2D create(Collection<T> curves)
public static GenericCirculinearRing2D create(CirculinearElement2D[] curves)
public CirculinearRing2D getParallel(double dist)
CirculinearCurve2D
p(t) = c(t) + d*n(t)/|n(t)|
, with p(t) being a point of
the original curve, n(t) the normal of the curve, and |n| being the
norm of n.getParallel
in interface CirculinearContinuousCurve2D
getParallel
in interface CirculinearContour2D
getParallel
in interface CirculinearCurve2D
getParallel
in interface ContinuousCirculinearCurve2D
getParallel
in class PolyCirculinearCurve2D<CirculinearElement2D>
dist
- the distance between the original curve and he parallel curve.public Collection<? extends GenericCirculinearRing2D> getContinuousCurves()
Curve2D
getContinuousCurves
in interface CirculinearBoundary2D
getContinuousCurves
in interface CirculinearCurve2D
getContinuousCurves
in interface Curve2D
getContinuousCurves
in class PolyCirculinearCurve2D<CirculinearElement2D>
public GenericCirculinearRing2D transform(CircleInversion2D inv)
CirculinearShape2D
transform
in interface CirculinearBoundary2D
transform
in interface CirculinearContinuousCurve2D
transform
in interface CirculinearContour2D
transform
in interface CirculinearCurve2D
transform
in interface CirculinearShape2D
transform
in interface ContinuousCirculinearCurve2D
transform
in class PolyCirculinearCurve2D<CirculinearElement2D>
inv
- the circle inversionpublic void fill(Graphics2D g2)
fill
in interface Boundary2D
public Collection<? extends CirculinearContour2D> getBoundaryCurves()
Boundary2D
getBoundaryCurves
in interface Boundary2D
public CirculinearDomain2D getDomain()
Boundary2D
getDomain
in interface Boundary2D
public GenericCirculinearRing2D getReverseCurve()
Curve2D
getReverseCurve
in interface CirculinearBoundary2D
getReverseCurve
in interface CirculinearContinuousCurve2D
getReverseCurve
in interface CirculinearContour2D
getReverseCurve
in interface CirculinearCurve2D
getReverseCurve
in interface ContinuousCirculinearCurve2D
getReverseCurve
in interface ContinuousCurve2D
getReverseCurve
in interface Curve2D
getReverseCurve
in interface Boundary2D
getReverseCurve
in interface ContinuousBoundary2D
getReverseCurve
in interface ContinuousOrientedCurve2D
getReverseCurve
in interface OrientedCurve2D
getReverseCurve
in class PolyCirculinearCurve2D<CirculinearElement2D>
public BoundaryPolyCurve2D<ContinuousOrientedCurve2D> transform(AffineTransform2D trans)
CurveArray2D
transform
in interface ContinuousCurve2D
transform
in interface Curve2D
transform
in interface Boundary2D
transform
in interface ContinuousBoundary2D
transform
in interface ContinuousOrientedCurve2D
transform
in interface OrientedCurve2D
transform
in interface Shape2D
transform
in class PolyOrientedCurve2D<CirculinearElement2D>
trans
- an affine transformCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.