moveTo
moveTo(Point2D.Float point) method
Sets next point position.
Parameters
| Name | Type | Description |
|---|---|---|
| point | Point2D.Float | Point position |
Returns
void
moveTo(float x, float y) method
Sets next point position.
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | X coordinate of the point |
| y | float | Y Coordinate of the point |
Returns
void