animation
クラス EndlessAnimator

java.lang.Object
  上位を拡張 animation.Animator
      上位を拡張 animation.EndlessAnimator
すべての実装されたインタフェース:
java.lang.Runnable
直系の既知のサブクラス:
PlanetAnimator

public abstract class EndlessAnimator
extends Animator

停止させない限り永久に続くアニメーションの作成クラス


フィールドの概要
protected  int waitTime
          表示更新待機時間
 
クラス animation.Animator から継承されたフィールド
thread
 
コンストラクタの概要
protected EndlessAnimator(int waitTime)
          アニメーション作成オブジェクトを構築する
 
メソッドの概要
 void run()
          スレッドを実行する
protected abstract  void run1Step()
          スレッドを 1 ステップ実行する
 
クラス animation.Animator から継承されたメソッド
start, stop
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

waitTime

protected int waitTime
表示更新待機時間

コンストラクタの詳細

EndlessAnimator

protected EndlessAnimator(int waitTime)
アニメーション作成オブジェクトを構築する

パラメータ:
waitTime - 表示更新待機時間
メソッドの詳細

run1Step

protected abstract void run1Step()
スレッドを 1 ステップ実行する


run

public void run()
スレッドを実行する