Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
PathTransition.OrientationType |
PathTransition.getOrientation()
Gets the value of the property orientation.
|
static PathTransition.OrientationType |
PathTransition.OrientationType.valueOf(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 |
---|---|
void |
PathTransition.setOrientation(PathTransition.OrientationType value)
Sets the value of the property orientation.
|
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.