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