javafx.ui.canvas

QuadTo

Extends: PathElement

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.

Attributes

public smooth: Boolean
public x1: Number
the x coordinate of the first quadratic control point
public x2: Number
the x coordinate of the second quadratic control point
public y1: Number
the y coordinate of the first quadratic control point
public y2: Number
the y coordinate of the second quadratic control point

Attributes Inherited from javafx.ui.canvas.PathElement

absolute

Attributes Inherited from javafx.ui.canvas.AbstractPathElement

path

Operations/Functions Inherited from javafx.ui.canvas.AbstractPathElement

addTo