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

Q

quadTo(double, double, double, double) - Method in class java16.awt.geom.Path2D.Double
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 specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(double, double, double, double) - Method in class java16.awt.geom.Path2D.Float
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 specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(float, float, float, float) - Method in class java16.awt.geom.Path2D.Float
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 specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.
quadTo(double, double, double, double) - Method in class java16.awt.geom.Path2D
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 specified coordinates (x2,y2), using the specified point (x1,y1) as a quadratic parametric control point.

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