A B C D E F G H I K L M N O P Q R S T U V W X Y

Q

quadTo(double, double, double, double) - Method in class math.geom2d.curve.GeneralPath2D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.
quadTo(Point2D, Point2D) - Method in class math.geom2d.curve.GeneralPath2D
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.

A B C D E F G H I K L M N O P Q R S T U V W X Y