| Package | Description |
|---|---|
| eu.iamgio.animated | |
| eu.iamgio.animated.property |
| Modifier and Type | Method and Description |
|---|---|
PropertyWrapper<T> |
AnimationProperty.getProperty() |
| Constructor and Description |
|---|
Animated(javafx.scene.Node child,
PropertyWrapper<T> property)
Instantiates an
Animated node |
Animated(javafx.scene.Node child,
PropertyWrapper<T> property,
AnimationSettings settings)
Instantiates an
Animated node |
Animated(PropertyWrapper<T> property)
Instantiates an
Animated node |
AnimatedMulti(javafx.scene.Node child,
PropertyWrapper<?>... properties)
Instantiates a group of animated properties
|
AnimationProperty(PropertyWrapper<T> property)
Instantiates an implicitly animated property
|
AnimationProperty(PropertyWrapper<T> property,
AnimationSettings settings)
Instantiates an implicitly animated property
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoublePropertyWrapper
Wraps a
Double property. |
class |
ObjectPropertyWrapper<T>
Wraps a non-primitive property.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends PropertyWrapper<T>> |
PropertyWrapper.withSettings(AnimationSettings settings)
Applies custom animation settings
|
| Modifier and Type | Method and Description |
|---|---|
abstract PropertyWrapper<T> |
PropertyWrapper.createParallelProperty()
Deprecated.
Currently unused and will be likely removed.
|
PropertyWrapper<T> |
ObjectPropertyWrapper.createParallelProperty() |
PropertyWrapper<Double> |
DoublePropertyWrapper.createParallelProperty() |
static <T> PropertyWrapper<T> |
PropertyWrapper.of(javafx.beans.property.Property<T> property)
Gets a
PropertyWrapper for the given property. |
Copyright © 2022. All rights reserved.