@Deprecated public class PolyBezierCurve2D extends PolyCurve2D<CubicBezierCurve2D>
closedcurves| Constructor and Description |
|---|
PolyBezierCurve2D()
Deprecated.
|
PolyBezierCurve2D(Collection<CubicBezierCurve2D> curves)
Deprecated.
|
PolyBezierCurve2D(CubicBezierCurve2D[] curves)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PolyBezierCurve2D |
clip(Box2D box)
Deprecated.
returns a new PolyBezierCurve2D.
|
PolyBezierCurve2D |
transform(AffineTransform2D trans)
Deprecated.
Transforms each curve, and build a new CurveArray2D with the set of
transformed curves.
|
appendPath, draw, equals, getAsPolyline, getContinuousCurves, getGeneralPath, getLeftTangent, getReverseCurve, getRightTangent, getSmoothPieces, getSubCurve, isClosed, setClosed, wrapCurveaddCurve, 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, removeCurvefromUnitSegment, toUnitSegmentfinalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getAsAWTShape, getFirstPoint, getIntersections, getLastPoint, getPoint, getPosition, getSingularPoints, getT0, getT1, isSingular, projectcontains, contains, getBoundingBox, getDistance, getDistance, isBounded, isEmpty@Deprecated public PolyBezierCurve2D()
@Deprecated public PolyBezierCurve2D(CubicBezierCurve2D[] curves)
@Deprecated public PolyBezierCurve2D(Collection<CubicBezierCurve2D> curves)
public PolyBezierCurve2D clip(Box2D box)
clip in interface ContinuousCurve2Dclip in interface Curve2Dclip in interface Shape2Dclip in class PolyCurve2D<CubicBezierCurve2D>box - the clipping boxpublic PolyBezierCurve2D transform(AffineTransform2D trans)
CurveArray2Dtransform in interface ContinuousCurve2Dtransform in interface Curve2Dtransform in interface Shape2Dtransform in class PolyCurve2D<CubicBezierCurve2D>trans - an affine transformCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.