Lines Matching refs:QuadCurve2D

34  * The <code>QuadCurve2D</code> class defines a quadratic parametric curve
45 public abstract class QuadCurve2D implements Shape, Cloneable {
53 public static class Float extends QuadCurve2D implements Serializable {
103 * Constructs and initializes a <code>QuadCurve2D</code> with
111 * Constructs and initializes a <code>QuadCurve2D</code> from the
266 public static class Double extends QuadCurve2D implements Serializable {
316 * Constructs and initializes a <code>QuadCurve2D</code> with
324 * Constructs and initializes a <code>QuadCurve2D</code> from the
456 * @see java.awt.geom.QuadCurve2D.Float
457 * @see java.awt.geom.QuadCurve2D.Double
460 protected QuadCurve2D() {
482 * <code>QuadCurve2D</code>.
553 * <code>QuadCurve2D</code> to the <code>double</code> coordinates at
558 * <code>QuadCurve2D</code>
569 * <code>QuadCurve2D</code> to the specified <code>Point2D</code>
584 * <code>QuadCurve2D</code> to the coordinates of the
591 * <code>QuadCurve2D</code>
602 * <code>QuadCurve2D</code> to the same as those in the specified
603 * <code>QuadCurve2D</code>.
604 * @param c the specified <code>QuadCurve2D</code>
607 public void setCurve(QuadCurve2D c) {
694 * <code>QuadCurve2D</code>.
696 * <code>QuadCurve2D</code>.
708 * <code>QuadCurve2D</code>.
709 * @return the flatness of this <code>QuadCurve2D</code>.
719 * Subdivides this <code>QuadCurve2D</code> and stores the resulting
723 * objects can be the same as this <code>QuadCurve2D</code> or
725 * @param left the <code>QuadCurve2D</code> object for storing the
727 * @param right the <code>QuadCurve2D</code> object for storing the
731 public void subdivide(QuadCurve2D left, QuadCurve2D right) {
743 * @param left the <code>QuadCurve2D</code> object for storing the
745 * @param right the <code>QuadCurve2D</code> object for storing the
749 public static void subdivide(QuadCurve2D src,
750 QuadCurve2D left,
751 QuadCurve2D right) {
1346 * shape of this <code>QuadCurve2D</code>.
1348 * which means that this <code>QuadCurve2D</code> class does not
1350 * <code>QuadCurve2D</code> object do not affect any iterations of
1364 * flattened shape of this <code>QuadCurve2D</code>.
1366 * which means that this <code>QuadCurve2D</code> class does not
1368 * <code>QuadCurve2D</code> object do not affect any iterations of