public static class QuadCurve2D.Double extends QuadCurve2D implements Serializable
double
coordinates.QuadCurve2D.Double, QuadCurve2D.Float
Modifier and Type | Field | Description |
---|---|---|
double |
ctrlx |
The X coordinate of the control point of the quadratic curve
segment.
|
double |
ctrly |
The Y coordinate of the control point of the quadratic curve
segment.
|
double |
x1 |
The X coordinate of the start point of the quadratic curve
segment.
|
double |
x2 |
The X coordinate of the end point of the quadratic curve
segment.
|
double |
y1 |
The Y coordinate of the start point of the quadratic curve
segment.
|
double |
y2 |
The Y coordinate of the end point of the quadratic curve
segment.
|
Constructor | Description |
---|---|
Double() |
Constructs and initializes a
QuadCurve2D with
coordinates (0, 0, 0, 0, 0, 0). |
Double(double x1,
double y1,
double ctrlx,
double ctrly,
double x2,
double y2) |
Constructs and initializes a
QuadCurve2D from the
specified double coordinates. |