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