Example usage for Java javafx.animation FillTransition fields, constructors, methods, implement or subclass
The text is from its open source code.
FillTransition(Duration duration, Shape shape, Color fromValue, Color toValue) The constructor of FillTransition |
void | play() Plays Animation from current position in the direction indicated by rate . |
void | setAutoReverse(boolean value) |