javafx.ui.canvas

CurveTo

Extends: PathElement

Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the coordinates (x3, y3), using the specified points (x1, y1) and (x2, y2) as Bézier control points.

Attributes

public smooth: Boolean
public x1: Number
the x coordinate of the first Béezier control point
public x2: Number
the x coordinate of the second Béezier control point
public x3: Number
the x coordinate of the final endpoint
public y1: Number
the y coordinate of the first Béezier control point
public y2: Number
the y coordinate of the second Béezier control point
public y3: Number
the y coordinate of the final endpoint

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