Overview
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates (x, y).
Attribute Summary
name | type | description |
---|---|---|
Public | ||
x | Number |
the x coordinate of the point |
y | Number |
the y coordinate of the point |
Protected |
Inherited Attributes
javafx.ui.canvas.PathElement
public | name | type |
---|---|---|
absolute | Boolean |
javafx.ui.canvas.AbstractPathElement
public | name | type |
---|---|---|
path | Path |
Function Summary
- public addTo(gp: GeneralPath, ) : Void
Inherited Functions
javafx.ui.canvas.AbstractPathElement
- protected abstract addTo(gp: GeneralPath, ) : Void
Attributes
public x: Number
the x coordinate of the point
public y: Number
the y coordinate of the point