All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
DotPath |
addAfter(DotPath other) |
DotPath |
addAfter(XCubicCurve2D after) |
DotPath |
addBefore(XCubicCurve2D before) |
DotPath |
addCurve(XPoint2D pt2,
XPoint2D pt3,
XPoint2D pt4) |
DotPath |
addCurve(XPoint2D pt1,
XPoint2D pt2,
XPoint2D pt3,
XPoint2D pt4) |
DotPath |
copy() |
void |
draw(java.awt.Graphics2D g2d,
double x,
double y) |
static DotPath |
fromBeziers(java.util.List<XCubicCurve2D> beziers) |
java.util.List<XCubicCurve2D> |
getBeziers() |
double |
getEndAngle() |
XPoint2D |
getEndPoint() |
java.awt.geom.Line2D |
getEndTangeante() |
PointAndAngle |
getMiddle() |
double |
getMinDist(XPoint2D ref) |
MinFinder |
getMinFinder() |
MinMax |
getMinMax() |
double |
getStartAngle() |
XPoint2D |
getStartPoint() |
java.awt.geom.Line2D |
getStartTangeante() |
boolean |
isLine() |
void |
manageEnsureVisible(double x,
double y,
EnsureVisible visible) |
void |
moveEndPoint(double dx,
double dy) |
void |
moveEndPoint(UTranslate move) |
void |
moveStartPoint(double dx,
double dy) |
void |
moveStartPoint(UTranslate move) |
void |
moveSvek(double deltaX,
double deltaY) |
DotPath |
reverse() |
static XCubicCurve2D |
reverse(XCubicCurve2D curv) |
java.util.Set<XPoint2D> |
sample() |
void |
setCommentAndCodeLine(java.lang.String comment,
java.lang.String codeLine) |
DotPath |
simulateCompound(RectangleArea head,
RectangleArea tail) |
java.lang.String |
toString() |
static java.lang.String |
toString(XCubicCurve2D c) |
UPath |
toUPath() |