| Modifier and Type | Method and Description |
|---|---|
RectangleSprite |
Legend.getBorderConfig()
Returns the border configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Legend.setBorderConfig(RectangleSprite borderConfig)
Sets the border configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static RectangleSprite |
Primitives.line(double cx,
double cy,
double radius)
Generates a line using the given parameters.
|
static RectangleSprite |
Primitives.square(double cx,
double cy,
double radius)
Generates a square using the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Animator |
DrawFx.createRectangleAnimator(RectangleSprite sprite,
PreciseRectangle rectangle)
Returns an
Animator that will animate the given
RectangleSprite to the given PreciseRectangle attributes. |
| Constructor and Description |
|---|
PathSprite(RectangleSprite sprite)
Creates a path sprite by converting the given
RectangleSprite. |
| Modifier and Type | Method and Description |
|---|---|
RectangleSprite |
RectangleSprite.copy() |
| Constructor and Description |
|---|
RectangleSprite(RectangleSprite sprite)
Creates a copy of the given rectangle.
|
Copyright © 2014. All Rights Reserved.