Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public abstract class AnimationBuilder<B extends AnimationBuilder<B>>
extends java.lang.Object
Animation
Modifier | Constructor and Description |
---|---|
protected |
AnimationBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Animation x) |
B |
autoReverse(boolean x)
Set the value of the
autoReverse property for the instance constructed by this builder. |
B |
cycleCount(int x)
Set the value of the
cycleCount property for the instance constructed by this builder. |
B |
delay(Duration x)
Set the value of the
delay property for the instance constructed by this builder. |
B |
onFinished(EventHandler<ActionEvent> x)
Set the value of the
onFinished property for the instance constructed by this builder. |
B |
rate(double x)
Set the value of the
rate property for the instance constructed by this builder. |
B |
targetFramerate(double x)
Set the value of the
targetFramerate property for the instance constructed by this builder. |
public void applyTo(Animation x)
public B autoReverse(boolean x)
autoReverse
property for the instance constructed by this builder.public B cycleCount(int x)
cycleCount
property for the instance constructed by this builder.public B delay(Duration x)
delay
property for the instance constructed by this builder.public B onFinished(EventHandler<ActionEvent> x)
onFinished
property for the instance constructed by this builder.public B rate(double x)
rate
property for the instance constructed by this builder.public B targetFramerate(double x)
targetFramerate
property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to