KeyValue
.JFXTemplateAction.action(Function)
method but without the lazy behaviour and doesn't provide
a JFXAnimationTemplateAction.builder()
instance.JFXAnimationTemplateConfig.Builder.autoReverse(boolean)
which is computed when the JFXAnimationTemplateConfig
is build.Function
which provides the JFXAnimationTemplate
and should return a specific representation of the animation e.g. a
Timeline
.JFXTemplateBuilder.build(Function, Function)
but takes directly one default animation
object.JFXTemplateBuilder.build(Function, Function)
but returns directly a Timeline
instance as specific animation representation.JFXTemplateBuilder.build(Function, Object)
but returns directly a Timeline
instance as specific animation representation and takes a default animation object.JFXTemplateBuilder.build(Object)
)} but takes no default animation object.Timeline
implementation which supports all JFXAnimationTemplateAction
and
JFXAnimationTemplateConfig
methods.Interpolator
with a defined condition.Function
an config builder JFXAnimationTemplateConfig.builder()
which holds all the specific methods.JFXTemplateConfig.config(Function)
method but without the lazy behaviour and doesn't provide
a JFXAnimationTemplateConfig.builder()
instance.JFXTemplateProcess
with a specific default animation type.JFXAnimationTemplate.create(Class)
but with the default type Node
.JFXAnimationTemplateConfig.Builder.cycleCount(int)
which is computed when the JFXAnimationTemplateConfig
is build.JFXTemplateBuilder.JFXAnimationObjectMapBuilder.defaultObject(Object, Object[])
but with a Collection
of
animation objects.JFXAnimationTemplateConfig.Builder.delay(Duration)
which is computed when the JFXAnimationTemplateConfig
is build.Duration
of this animation.JFXAnimationTemplateConfig.Builder.duration(Duration)
which is computed when the JFXAnimationTemplateConfig
is build.JFXAnimationTemplateAction.Builder.endValue(Object)
which is computed when the JFXAnimationTemplateAction
is build.JFXTemplateAction
if the condition is true.JFXAnimationTemplateAction.Builder.executeWhen(boolean)
which is computed when the JFXAnimationTemplateAction
is build.JFXAnimationTemplateAction.Builder.executions(int)
which is computed when the JFXAnimationTemplateAction
is build.JFXTemplateAction
N times, until the given number of executions
is reached.JFXTemplateAction
so the action is never executed.Animation.INDEFINITE
count of cycles in this animation.Interpolator
of the animation.JFXAnimationTemplateAction.Builder.interpolator(Interpolator)
which is computed when the JFXAnimationTemplateAction
is build.Interpolator
which is set to all JFXTemplateAction
s without a
defined Interpolator
with JFXAnimationTemplateAction.Builder.interpolator(Interpolator)
.JFXAnimationTemplateConfig.Builder.interpolator(Interpolator)
which is computed when the JFXAnimationTemplateConfig
is build.JFXAnimationTemplate
.JFXTemplateBuilder.JFXAnimationObjectMapBuilder.namedObject(String, Object, Object...)
but with a Collection
of animation objects.JFXTemplateBuilder.JFXAnimationObjectMapBuilder.namedObjectsOf(String, Collection)
but with a Map
of
animation objects.ActionEvent
which is executed at the end of the current JFXTemplateAction
.JFXAnimationTemplateConfig.Builder.rate(double)
which is computed when the JFXAnimationTemplateConfig
is build.JFXAnimationTemplateAction.InitBuilder.target(WritableValue, WritableValue[])
which is computed when
the JFXAnimationTemplateAction
is build.Class
type and a name.JFXAnimationTemplateAction.InitBuilder.withAnimationObject(Class, String, String...)
but with a default type Node
.