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