Skip navigation links
A B C D E F G H I O P R S T V W Z 

A

addListener(ChangeListener<? super Double>) - Method in class eu.iamgio.animated.property.DoublePropertyWrapper
Registers a listener
addListener(ChangeListener<? super T>) - Method in class eu.iamgio.animated.property.ObjectPropertyWrapper
Registers a listener
addListener(ChangeListener<? super T>) - Method in class eu.iamgio.animated.property.PropertyWrapper
Registers a listener
Animated<T> - Class in eu.iamgio.animated
A node that automatically animates a property of its child.
Animated(Node, AnimationProperty<T>, AnimationSettings) - Constructor for class eu.iamgio.animated.Animated
Instantiates an Animated node
Animated(Node, PropertyWrapper<T>, AnimationSettings) - Constructor for class eu.iamgio.animated.Animated
Instantiates an Animated node
Animated(Node, PropertyWrapper<T>) - Constructor for class eu.iamgio.animated.Animated
Instantiates an Animated node
Animated(PropertyWrapper<T>) - Constructor for class eu.iamgio.animated.Animated
Instantiates an Animated node
AnimatedBlur - Class in eu.iamgio.animated
Node that animates its child's GaussianBlur radius.
AnimatedBlur(Node) - Constructor for class eu.iamgio.animated.AnimatedBlur
If child has either no effect or GaussianBlur at initialization time, a new GaussianBlur with default radius will be set as its effect.
AnimatedColor - Class in eu.iamgio.animated
Node that animates its child's color.
AnimatedColor(Shape) - Constructor for class eu.iamgio.animated.AnimatedColor
 
AnimatedContainer - Interface in eu.iamgio.animated
Interface implemented by containers whose children should be animated.
AnimatedContainer.Handler - Class in eu.iamgio.animated
Utility class that handles AnimatedContainer's features.
AnimatedDropShadow - Class in eu.iamgio.animated
Node that animates its child's DropShadow radius and color.
AnimatedDropShadow(Node) - Constructor for class eu.iamgio.animated.AnimatedDropShadow
If child has either no effect or DropShadow at initialization time, a new DropShadow with default values will be set as its effect.
AnimatedHBox - Class in eu.iamgio.animated
An HBox with animated children.
AnimatedHBox(Animation, Animation) - Constructor for class eu.iamgio.animated.AnimatedHBox
Instantiates an AnimatedHBox.
AnimatedHBox(AnimationPair) - Constructor for class eu.iamgio.animated.AnimatedHBox
Instantiates an AnimatedHBox.
AnimatedHBox(AnimationFX, AnimationFX) - Constructor for class eu.iamgio.animated.AnimatedHBox
Instantiates an AnimatedHBox.
AnimatedLayout - Class in eu.iamgio.animated
Node that animates its child's position based on an alignment relative to an anchor root.
AnimatedLayout(Node, Region, Pos, boolean) - Constructor for class eu.iamgio.animated.AnimatedLayout
Instantiates an AnimatedLayout node.
AnimatedLayout(Node, Region, Pos) - Constructor for class eu.iamgio.animated.AnimatedLayout
Instantiates an AnimatedLayout node.
AnimatedMulti - Class in eu.iamgio.animated
A node that automatically animates a list of properties of its child.
AnimatedMulti(Node, AnimationProperty<?>...) - Constructor for class eu.iamgio.animated.AnimatedMulti
Instantiates a group of animated properties
AnimatedMulti(Node, PropertyWrapper<?>...) - Constructor for class eu.iamgio.animated.AnimatedMulti
Instantiates a group of animated properties
AnimatedMulti(Node, Animated<?>...) - Constructor for class eu.iamgio.animated.AnimatedMulti
Instantiates a group of animated properties
AnimatedOpacity - Class in eu.iamgio.animated
Node that animates its child's opacity.
AnimatedOpacity(Node) - Constructor for class eu.iamgio.animated.AnimatedOpacity
 
AnimatedPosition - Class in eu.iamgio.animated
Node that animates its child's translate X and Y.
AnimatedPosition(Node) - Constructor for class eu.iamgio.animated.AnimatedPosition
 
AnimatedRotation - Class in eu.iamgio.animated
Node that animates its child's rotation.
AnimatedRotation(Node) - Constructor for class eu.iamgio.animated.AnimatedRotation
 
AnimatedScale - Class in eu.iamgio.animated
Node that animates its child's scale X and Y.
AnimatedScale(Node) - Constructor for class eu.iamgio.animated.AnimatedScale
 
AnimatedSize - Class in eu.iamgio.animated
Node that animates its child's size (pref size for Region, size for Rectangle, radius for Circle).
AnimatedSize(Region) - Constructor for class eu.iamgio.animated.AnimatedSize
 
AnimatedSize(Rectangle) - Constructor for class eu.iamgio.animated.AnimatedSize
 
AnimatedSize(Circle) - Constructor for class eu.iamgio.animated.AnimatedSize
 
AnimatedSwitcher - Class in eu.iamgio.animated
This node plays a transition when its child node changes.
AnimatedSwitcher(Animation, Animation) - Constructor for class eu.iamgio.animated.AnimatedSwitcher
Instantiates an AnimatedSwitcher.
AnimatedSwitcher(AnimationFX, AnimationFX) - Constructor for class eu.iamgio.animated.AnimatedSwitcher
Instantiates an AnimatedSwitcher.
AnimatedSwitcher(AnimationPair) - Constructor for class eu.iamgio.animated.AnimatedSwitcher
Instantiates an AnimatedSwitcher.
AnimatedThemeSwitcher - Class in eu.iamgio.animated
An AnimatedThemeSwitcher provides animated transitions that are played when changing the stylesheets of a Scene.
AnimatedVBox - Class in eu.iamgio.animated
A VBox with animated children.
AnimatedVBox(Animation, Animation) - Constructor for class eu.iamgio.animated.AnimatedVBox
Instantiates an AnimatedVBox.
AnimatedVBox(AnimationPair) - Constructor for class eu.iamgio.animated.AnimatedVBox
Instantiates an AnimatedVBox.
AnimatedVBox(AnimationFX, AnimationFX) - Constructor for class eu.iamgio.animated.AnimatedVBox
Instantiates an AnimatedVBox.
animateShrinkingProperty() - Method in class eu.iamgio.animated.AnimatedLayout
 
animateTheme(String) - Method in class eu.iamgio.animated.AnimatedThemeSwitcher
Changes the stylesheet of the scene and plays the exit animation.
Animation - Class in eu.iamgio.animated
Wrapper for AnimationFX with several properties.
Animation(AnimationFX) - Constructor for class eu.iamgio.animated.Animation
 
AnimationPair - Class in eu.iamgio.animated
Class that takes two Animations: one for in, one for out.
AnimationPair(Animation, Animation) - Constructor for class eu.iamgio.animated.AnimationPair
Instantiates a AnimationPair and passes its two required animations.
AnimationPair(AnimationFX, AnimationFX) - Constructor for class eu.iamgio.animated.AnimationPair
Instantiates a AnimationPair and passes its two required animations.
AnimationPair(Animation, AnimationFX) - Constructor for class eu.iamgio.animated.AnimationPair
Instantiates a AnimationPair and passes its two required animations.
AnimationPair(AnimationFX, Animation) - Constructor for class eu.iamgio.animated.AnimationPair
Instantiates a AnimationPair and passes its two required animations.
animationProperty() - Method in class eu.iamgio.animated.AnimatedThemeSwitcher
 
AnimationProperty<T> - Class in eu.iamgio.animated
Class that animates a JavaFX property wrapped inside of a PropertyWrapper.
AnimationProperty(PropertyWrapper<T>, AnimationSettings) - Constructor for class eu.iamgio.animated.AnimationProperty
Instantiates an implicitly animated property
AnimationProperty(PropertyWrapper<T>) - Constructor for class eu.iamgio.animated.AnimationProperty
Instantiates an implicitly animated property
AnimationSettings - Class in eu.iamgio.animated
 
AnimationSettings() - Constructor for class eu.iamgio.animated.AnimationSettings
 

B

bounce() - Static method in class eu.iamgio.animated.AnimationPair
 

C

createParallelProperty() - Method in class eu.iamgio.animated.property.DoublePropertyWrapper
createParallelProperty() - Method in class eu.iamgio.animated.property.ObjectPropertyWrapper
createParallelProperty() - Method in class eu.iamgio.animated.property.PropertyWrapper
Deprecated.
Currently unused and will be likely removed.
Curve - Enum in eu.iamgio.animated
 
custom(Function<AnimationSettings, AnimationSettings>) - Method in class eu.iamgio.animated.AnimatedMulti
Applies custom animation settings
custom(Function<AnimationSettings, AnimationSettings>) - Method in interface eu.iamgio.animated.CustomizableAnimation
Applies custom animation settings
CustomizableAnimation<T> - Interface in eu.iamgio.animated
Interface that defines a class with customizable AnimationSettings.

D

DoublePropertyWrapper - Class in eu.iamgio.animated.property
Wraps a Double property.
DoublePropertyWrapper(DoubleProperty) - Constructor for class eu.iamgio.animated.property.DoublePropertyWrapper
Instantiates a wrapper of a Double property

E

eu.iamgio.animated - package eu.iamgio.animated
 
eu.iamgio.animated.property - package eu.iamgio.animated.property
 

F

fade() - Static method in class eu.iamgio.animated.AnimationPair
 
fadeDown() - Static method in class eu.iamgio.animated.AnimationPair
 
fadeLeft() - Static method in class eu.iamgio.animated.AnimationPair
 
fadeRight() - Static method in class eu.iamgio.animated.AnimationPair
 
fadeUp() - Static method in class eu.iamgio.animated.AnimationPair
 

G

getAlignment() - Method in class eu.iamgio.animated.AnimatedLayout
 
getAnimation() - Method in class eu.iamgio.animated.AnimatedThemeSwitcher
 
getAnimationFX() - Method in class eu.iamgio.animated.Animation
 
getChild() - Method in class eu.iamgio.animated.AnimatedSwitcher
 
getChildren() - Method in interface eu.iamgio.animated.AnimatedContainer
 
getCurve() - Method in class eu.iamgio.animated.AnimationSettings
 
getCycleCount() - Method in class eu.iamgio.animated.Animation
 
getDelay() - Method in class eu.iamgio.animated.Animation
 
getDirection() - Method in interface eu.iamgio.animated.AnimatedContainer
 
getDirection() - Method in class eu.iamgio.animated.AnimatedHBox
getDirection() - Method in class eu.iamgio.animated.AnimatedVBox
getDuration() - Method in class eu.iamgio.animated.AnimationSettings
 
getIn() - Method in interface eu.iamgio.animated.AnimatedContainer
 
getIn() - Method in class eu.iamgio.animated.AnimatedHBox
getIn() - Method in class eu.iamgio.animated.AnimatedVBox
getIn() - Method in class eu.iamgio.animated.AnimationPair
 
getOut() - Method in interface eu.iamgio.animated.AnimatedContainer
 
getOut() - Method in class eu.iamgio.animated.AnimatedHBox
getOut() - Method in class eu.iamgio.animated.AnimatedVBox
getOut() - Method in class eu.iamgio.animated.AnimationPair
 
getProperty() - Method in class eu.iamgio.animated.AnimationProperty
 
getProperty() - Method in class eu.iamgio.animated.property.DoublePropertyWrapper
getProperty() - Method in class eu.iamgio.animated.property.ObjectPropertyWrapper
getProperty() - Method in class eu.iamgio.animated.property.PropertyWrapper
 
getRelocationCurve() - Method in interface eu.iamgio.animated.AnimatedContainer
 
getSettings() - Method in class eu.iamgio.animated.Animated
getSettings() - Method in class eu.iamgio.animated.AnimatedMulti
 
getSettings() - Method in class eu.iamgio.animated.AnimationProperty
getSettings() - Method in interface eu.iamgio.animated.CustomizableAnimation
 
getSettings() - Method in class eu.iamgio.animated.property.PropertyWrapper
getSpacing() - Method in interface eu.iamgio.animated.AnimatedContainer
 
getSpeed() - Method in class eu.iamgio.animated.Animation
 
getStatus() - Method in class eu.iamgio.animated.Animation
 
getTargetProperties() - Method in class eu.iamgio.animated.AnimatedMulti
 
getTargetProperty() - Method in class eu.iamgio.animated.Animated
 
getValue() - Method in class eu.iamgio.animated.property.DoublePropertyWrapper
getValue() - Method in class eu.iamgio.animated.property.ObjectPropertyWrapper
getValue() - Method in class eu.iamgio.animated.property.PropertyWrapper
 

H

Handler() - Constructor for class eu.iamgio.animated.AnimatedContainer.Handler
 

I

isActive() - Method in class eu.iamgio.animated.Animated
 
isActive() - Method in class eu.iamgio.animated.AnimatedMulti
 
isActive() - Method in class eu.iamgio.animated.AnimationProperty
 
isAnimateShrinking() - Method in class eu.iamgio.animated.AnimatedLayout
 
isPaused() - Method in interface eu.iamgio.animated.AnimatedContainer
 
isPlaying() - Method in class eu.iamgio.animated.Animation
 

O

ObjectPropertyWrapper<T> - Class in eu.iamgio.animated.property
Wraps a non-primitive property.
ObjectPropertyWrapper(ObjectProperty<T>) - Constructor for class eu.iamgio.animated.property.ObjectPropertyWrapper
Instantiates a wrapper of a non-primitive property
of(Node) - Method in class eu.iamgio.animated.AnimatedSwitcher
Sets the initial child without playing the animation.
of(Scene) - Static method in class eu.iamgio.animated.AnimatedThemeSwitcher
Gets an AnimatedThemeSwitcher that wraps a Scene.
of(Property<T>) - Static method in class eu.iamgio.animated.property.PropertyWrapper
Gets a PropertyWrapper for the given property.

P

pause() - Method in interface eu.iamgio.animated.AnimatedContainer
Prevents any animation from playing until AnimatedContainer.resume() is called.
pausedProperty() - Method in interface eu.iamgio.animated.AnimatedContainer
 
pausedProperty() - Method in class eu.iamgio.animated.AnimatedHBox
pausedProperty() - Method in class eu.iamgio.animated.AnimatedVBox
playIn(Node, ObservableList<Node>) - Method in class eu.iamgio.animated.Animation
Plays the animation while adding the target node to children
playOut(Node, ObservableList<Node>) - Method in class eu.iamgio.animated.Animation
Plays the animation before removing the target node from children
PropertyWrapper<T> - Class in eu.iamgio.animated.property
Abstract class that allows wrapping object and primitive JavaFX properties without the explicit
PropertyWrapper() - Constructor for class eu.iamgio.animated.property.PropertyWrapper
 

R

register() - Method in interface eu.iamgio.animated.AnimatedContainer
Registers the handler.
register(Node) - Method in class eu.iamgio.animated.AnimationProperty
Registers the listener
register() - Method in class eu.iamgio.animated.AnimationProperty
Registers the listener
relocationCurveProperty() - Method in interface eu.iamgio.animated.AnimatedContainer
 
relocationCurveProperty() - Method in class eu.iamgio.animated.AnimatedHBox
relocationCurveProperty() - Method in class eu.iamgio.animated.AnimatedVBox
resume() - Method in interface eu.iamgio.animated.AnimatedContainer
Lets animations play if AnimatedContainer.isPaused() is true.
roll() - Static method in class eu.iamgio.animated.AnimationPair
 
rotate() - Static method in class eu.iamgio.animated.AnimationPair
 

S

set(Double) - Method in class eu.iamgio.animated.property.DoublePropertyWrapper
Changes the value of the wrapped property
set(T) - Method in class eu.iamgio.animated.property.ObjectPropertyWrapper
Changes the value of the wrapped property
set(T) - Method in class eu.iamgio.animated.property.PropertyWrapper
Changes the value of the wrapped property
setActive(boolean) - Method in class eu.iamgio.animated.Animated
 
setActive(boolean) - Method in class eu.iamgio.animated.AnimatedMulti
 
setActive(boolean) - Method in class eu.iamgio.animated.AnimationProperty
 
setAnimateShrinking(boolean) - Method in class eu.iamgio.animated.AnimatedLayout
Enables or disables shrinking animation.
setAnimation(Animation) - Method in class eu.iamgio.animated.AnimatedThemeSwitcher
 
setAnimation(AnimationFX) - Method in class eu.iamgio.animated.AnimatedThemeSwitcher
 
setChild(Node) - Method in class eu.iamgio.animated.AnimatedSwitcher
 
setCycleCount(int) - Method in class eu.iamgio.animated.Animation
 
setDelay(Duration) - Method in class eu.iamgio.animated.Animation
 
setRelocationCurve(Curve) - Method in interface eu.iamgio.animated.AnimatedContainer
Changes the curve used by the animation while relocating other nodes after a change.
setSpeed(double) - Method in class eu.iamgio.animated.Animation
 
setSpeed(double, double) - Method in class eu.iamgio.animated.AnimationPair
 
setTheme(String) - Method in class eu.iamgio.animated.AnimatedThemeSwitcher
Changes the stylesheet of the scene without playing a transition.
slideDown() - Static method in class eu.iamgio.animated.AnimationPair
 
slideLeft() - Static method in class eu.iamgio.animated.AnimationPair
 
slideRight() - Static method in class eu.iamgio.animated.AnimationPair
 
slideUp() - Static method in class eu.iamgio.animated.AnimationPair
 

T

toInterpolator() - Method in enum eu.iamgio.animated.Curve
 

V

valueOf(String) - Static method in enum eu.iamgio.animated.Curve
Returns the enum constant of this type with the specified name.
values() - Static method in enum eu.iamgio.animated.Curve
Returns an array containing the constants of this enum type, in the order they are declared.

W

withCurve(Curve) - Method in class eu.iamgio.animated.AnimationSettings
 
withDuration(Duration) - Method in class eu.iamgio.animated.AnimationSettings
 
withSettings(AnimationSettings) - Method in class eu.iamgio.animated.Animated
Applies custom animation settings
withSettings(AnimationSettings) - Method in class eu.iamgio.animated.AnimatedMulti
Applies custom animation settings
withSettings(AnimationSettings) - Method in class eu.iamgio.animated.AnimationProperty
 
withSettings(AnimationSettings) - Method in interface eu.iamgio.animated.CustomizableAnimation
Applies custom animation settings
withSettings(AnimationSettings) - Method in class eu.iamgio.animated.property.PropertyWrapper
Applies custom animation settings

Z

zoom() - Static method in class eu.iamgio.animated.AnimationPair
 
A B C D E F G H I O P R S T V W Z 
Skip navigation links

Copyright © 2022. All rights reserved.