java.lang.Objectjava.awt.geom.QuadCurve2D
java.awt.geom.QuadCurve2D$Double
All Implemented Interfaces:
Serializable, Shape, Cloneable
1.2 - | Field Summary | ||
|---|---|---|
| public double | x1 | The X coordinate of the start point of the quadratic curve
segment.
|
| public double | y1 | The Y coordinate of the start point of the quadratic curve
segment.
|
| public double | ctrlx | The X coordinate of the control point of the quadratic curve
segment.
|
| public double | ctrly | The Y coordinate of the control point of the quadratic curve
segment.
|
| public double | x2 | The X coordinate of the end point of the quadratic curve
segment.
|
| public double | y2 | The Y coordinate of the end point of the quadratic curve
segment.
|
| Constructor: |
|---|
QuadCurve2D with
coordinates (0, 0, 0, 0, 0, 0).
|
QuadCurve2D from the
specified {@code double} coordinates.
|
| Method from java.awt.geom.QuadCurve2D$Double Summary: |
|---|
| getBounds2D, getCtrlPt, getCtrlX, getCtrlY, getP1, getP2, getX1, getX2, getY1, getY2, setCurve |
| Methods from java.awt.geom.QuadCurve2D: |
|---|
| clone, contains, contains, contains, contains, getBounds, getCtrlPt, getCtrlX, getCtrlY, getFlatness, getFlatness, getFlatness, getFlatnessSq, getFlatnessSq, getFlatnessSq, getP1, getP2, getPathIterator, getPathIterator, getX1, getX2, getY1, getY2, intersects, intersects, setCurve, setCurve, setCurve, setCurve, setCurve, solveQuadratic, solveQuadratic, subdivide, subdivide, subdivide |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.geom.QuadCurve2D$Double Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|