Uses of Class
javafx.animation.PathTransition.OrientationType
-
Packages that use PathTransition.OrientationType 软件包 描述 javafx.animation 提供一组类,便于使用基于过渡的动画。 -
-
Uses of PathTransition.OrientationType in javafx.animation
Methods in javafx.animation that return PathTransition.OrientationType Modifier and Type 方法 描述 PathTransition.OrientationType
PathTransition. getOrientation()
获取属性方向的值。static PathTransition.OrientationType
PathTransition.OrientationType. valueOf(String name)
以指定的名称返回此类型的枚举常量。static PathTransition.OrientationType[]
PathTransition.OrientationType. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.animation that return types with arguments of type PathTransition.OrientationType Modifier and Type 方法 描述 ObjectProperty<PathTransition.OrientationType>
PathTransition. orientationProperty()
指定node
沿path
的直立方向。Methods in javafx.animation with parameters of type PathTransition.OrientationType Modifier and Type 方法 描述 void
PathTransition. setOrientation(PathTransition.OrientationType value)
设置属性方向的值。
-