Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class FadeTransitionBuilder extends TransitionBuilder<FadeTransitionBuilder> implements Builder<FadeTransition>
FadeTransition
Modifier | Constructor and Description |
---|---|
protected |
FadeTransitionBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(FadeTransition x) |
FadeTransition |
build()
Make an instance of
FadeTransition based on the properties set on this builder. |
FadeTransitionBuilder |
byValue(double x)
Set the value of the
byValue property for the instance constructed by this builder. |
static FadeTransitionBuilder |
create()
Creates a new instance of FadeTransitionBuilder.
|
FadeTransitionBuilder |
duration(Duration x)
Set the value of the
duration property for the instance constructed by this builder. |
FadeTransitionBuilder |
fromValue(double x)
Set the value of the
fromValue property for the instance constructed by this builder. |
FadeTransitionBuilder |
node(Node x)
Set the value of the
node property for the instance constructed by this builder. |
FadeTransitionBuilder |
toValue(double x)
Set the value of the
toValue property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerate
applyTo, autoReverse, cycleCount, delay, onFinished, rate
public static FadeTransitionBuilder create()
public void applyTo(FadeTransition x)
public FadeTransitionBuilder byValue(double x)
byValue
property for the instance constructed by this builder.public FadeTransitionBuilder duration(Duration x)
duration
property for the instance constructed by this builder.public FadeTransitionBuilder fromValue(double x)
fromValue
property for the instance constructed by this builder.public FadeTransitionBuilder node(Node x)
node
property for the instance constructed by this builder.public FadeTransitionBuilder toValue(double x)
toValue
property for the instance constructed by this builder.public FadeTransition build()
FadeTransition
based on the properties set on this builder.build
in interface Builder<FadeTransition>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to