Path |
Path.add(java.util.List<Path.Segment> segments) |
|
Path |
Path.add(Path.Segment... segments) |
|
static Path |
Path.add(Path pa,
Path pb) |
Unions the two specified Path s
|
Path |
Path.close() |
Closes the current sub-path by drawing a straight line (line-to) to the
location of the last move to.
|
Path |
Path.cubicTo(double control1X,
double control1Y,
double control2X,
double control2Y,
double x,
double y) |
Adds a cubic Bezier curve segment from the current position to the
specified end position, using the two provided control points as Bezier
control points.
|
static Path |
Path.exclusiveOr(Path pa,
Path pb) |
Computes the area covered by the first or the second but not both given
areas.
|
Path |
Path.getCopy() |
|
Path |
Pie.getRotatedCCW(Angle angle) |
|
Path |
Pie.getRotatedCCW(Angle angle,
double cx,
double cy) |
|
Path |
Pie.getRotatedCCW(Angle angle,
Point center) |
|
Path |
Pie.getRotatedCW(Angle angle) |
|
Path |
Pie.getRotatedCW(Angle angle,
double cx,
double cy) |
|
Path |
Pie.getRotatedCW(Angle angle,
Point center) |
|
Path |
Path.getTransformed(AffineTransform t) |
|
static Path |
Path.intersect(Path pa,
Path pb) |
Intersects the given areas.
|
Path |
Path.lineTo(double x,
double y) |
Adds a straight line segment from the current position to the specified
end position.
|
Path |
Path.moveTo(double x,
double y) |
Changes the current position.
|
Path |
Path.quadTo(double controlX,
double controlY,
double x,
double y) |
Adds a quadratic curve segment from the current position to the specified
end position, using the provided control point as a parametric control
point.
|
Path |
Path.reset() |
Resets the path to be empty.
|
Path |
Path.setWindingRule(int windingRule) |
|
static Path |
Path.subtract(Path pa,
Path pb) |
Subtracts the second given area from the first given area.
|
Path |
BezierCurve.toPath() |
|
Path |
CubicCurve.toPath() |
|
Path |
CurvedPolygon.toPath() |
|
Path |
Ellipse.toPath() |
|
Path |
IGeometry.toPath() |
|
Path |
Line.toPath() |
|
Path |
Path.toPath() |
|
Path |
Pie.toPath() |
|
Path |
PolyBezier.toPath() |
|
Path |
Polygon.toPath() |
|
Path |
Polyline.toPath() |
|
Path |
QuadraticCurve.toPath() |
Transform the QuadraticCurve object to a Path object with the
same shape.
|
Path |
Rectangle.toPath() |
|
Path |
RoundedRectangle.toPath() |
|