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