Searched refs:curve (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/awt/java/awt/geom/
H A DQuadCurve2D.java33 * (Bezier) curve. The curved segment is determined by three points: a start
35 * the starting point gives the tangent to the curve at the starting point, and
37 * curve at the end point.
167 * Sets the data values of the curve.
338 * The PathIterator for a Quad2D curve.
358 * Constructs a new QuadCurve2D.Iterator for given curve and
439 * Instantiates a new quadratic curve.
508 * Sets the data of the curve.
527 * Sets the data of the curve.
543 * Sets the data of the curve b
589 setCurve(QuadCurve2D curve) argument
[all...]
H A DCubicCurve2D.java33 * (Bezier) curve. The curved segment is determined by four points: a start
199 * Sets the data values of the curve.
508 * Instantiates a new 2-D cubic curve.
598 * Sets the data of the curve.
621 * Sets the data of the curve as point objects.
640 * Sets the data of the curve by reading the data from an array of values.
660 * Sets the data of the curve by reading the data from an array of points.
680 * Sets the data of the curve by copying it from another CubicCurve2D.
682 * @param curve
683 * the curve t
687 setCurve(CubicCurve2D curve) argument
[all...]

Completed in 54 milliseconds