moveTo

moveTo(Point2D.Float point) method

Sets next point position.

Parameters

NameTypeDescription
pointPoint2D.FloatPoint position

Returns

void


moveTo(float x, float y) method

Sets next point position.

Parameters

NameTypeDescription
xfloatX coordinate of the point
yfloatY Coordinate of the point

Returns

void