| Modifier and Type | Method and Description |
|---|---|
static ArrowCreator |
Arrows.create()
Create a new
ArrowCreator that allows setting different
properties of the arrows, and creating the shapes of the arrows. |
ArrowCreator |
ArrowCreator.setAbsoluteHeadLength(double headLength)
Set the absolute length of the arrow head
|
ArrowCreator |
ArrowCreator.setAbsoluteHeadWidth(double headWidth)
Set the absolute width of the arrow head
|
ArrowCreator |
ArrowCreator.setHeadBasePosition(double headBasePosition)
Set the position of the head base, as a value between 0 and 1.
|
ArrowCreator |
ArrowCreator.setRelativeHeadLength(double headLength)
Set the head length, relative to the length of the arrow,
usually as a value between 0 and 1
|
ArrowCreator |
ArrowCreator.setRelativeHeadLength(double headLength,
double minAbsolute,
double maxAbsolute)
Set the head length, relative to the length of the arrow,
usually as a value between 0 and 1, but with the given
absolute bounds
|
ArrowCreator |
ArrowCreator.setRelativeHeadWidth(double headWidth)
Set the head width, relative to the length of the arrow,
usually as a value between 0 and 1
|
ArrowCreator |
ArrowCreator.setRelativeHeadWidth(double headWidth,
double minAbsolute,
double maxAbsolute)
Set the head width, relative to the width of the arrow,
usually as a value between 0 and 1, but with the given
absolute bounds
|
Copyright © 2017. All rights reserved.