| パッケージ | 説明 |
|---|---|
| javafx.animation |
使いやすい遷移ベースのアニメーションのクラスのセットを提供します。
|
| 修飾子と型 | メソッドと説明 |
|---|---|
ObservableList<KeyFrame> |
Timeline.getKeyFrames()
この
TimelineのKeyFramesを返します。 |
| コンストラクタと説明 |
|---|
Timeline(double targetFramerate, KeyFrame... keyFrames)
Timelineのコンストラクタ。 |
Timeline(KeyFrame... keyFrames)
Timelineのコンストラクタ。 |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.