CanvasItem.setCoords

Set the coordinates used to draw this item.

class CanvasItem
setCoords
(
this T
)
(
double[] coords
)

Parameters

coords double[]

The coords used for this item.

Return Value

Type: auto

This item to aid method chaining.

Meta