pathArrow

public final static Path pathArrow(Float x, Float y, Float length)

Creates a path for an simple arrow.

Return

The path of the arrow. Already closed.

Parameters

x

The x-coordinate where the arrow will be.

y

The y-coordinate where the arrow will be.

length

The arrow length.


public final static Path pathArrow(ImmutablePosition position, Float length)

Creates a path for an simple arrow.

Return

The path of the arrow. Already closed.

Parameters

position

The position where the arrow will be.

length

The arrow length.