Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Field and Description |
---|---|
private static PathTransition.OrientationType |
PathTransition.DEFAULT_ORIENTATION |
private PathTransition.OrientationType |
PathTransitionBuilder.orientation |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<PathTransition.OrientationType> |
PathTransition.orientation
Specifies the upright orientation of
node along the path . |
Modifier and Type | Method and Description |
---|---|
PathTransition.OrientationType |
PathTransition.getOrientation()
Gets the value of the property orientation.
|
static PathTransition.OrientationType |
PathTransition.OrientationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PathTransition.OrientationType[] |
PathTransition.OrientationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<PathTransition.OrientationType> |
PathTransition.orientationProperty()
Specifies the upright orientation of
node along the path . |
Modifier and Type | Method and Description |
---|---|
PathTransitionBuilder |
PathTransitionBuilder.orientation(PathTransition.OrientationType x)
Set the value of the
orientation property for the instance constructed by this builder. |
void |
PathTransition.setOrientation(PathTransition.OrientationType value)
Sets the value of the property orientation.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.