@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class FillTransitionBuilder extends TransitionBuilder<FillTransitionBuilder> implements Builder<FillTransition>
FillTransition| Modifier | Constructor and Description |
|---|---|
protected |
FillTransitionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(FillTransition x) |
FillTransition |
build()
Make an instance of
FillTransition based on the properties set on this builder. |
static FillTransitionBuilder |
create()
Creates a new instance of FillTransitionBuilder.
|
FillTransitionBuilder |
duration(Duration x)
Set the value of the
duration property for the instance constructed by this builder. |
FillTransitionBuilder |
fromValue(Color x)
Set the value of the
fromValue property for the instance constructed by this builder. |
FillTransitionBuilder |
shape(Shape x)
Set the value of the
shape property for the instance constructed by this builder. |
FillTransitionBuilder |
toValue(Color x)
Set the value of the
toValue property for the instance constructed by this builder. |
applyTo, interpolator, targetFramerateapplyTo, autoReverse, cycleCount, delay, onFinished, ratepublic static FillTransitionBuilder create()
public void applyTo(FillTransition x)
public FillTransitionBuilder duration(Duration x)
duration property for the instance constructed by this builder.public FillTransitionBuilder fromValue(Color x)
fromValue property for the instance constructed by this builder.public FillTransitionBuilder shape(Shape x)
shape property for the instance constructed by this builder.public FillTransitionBuilder toValue(Color x)
toValue property for the instance constructed by this builder.public FillTransition build()
FillTransition based on the properties set on this builder.build in interface Builder<FillTransition>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.