パッケージ com.rinearn.graph3d.event

クラス RinearnGraph3DEventDispatcher

java.lang.Object
com.rinearn.graph3d.event.RinearnGraph3DEventDispatcher
すべての実装されたインタフェース:
com.rinearn.rxg3dlegacyimpl.RG3DPlotListener

public class RinearnGraph3DEventDispatcher extends Object implements com.rinearn.rxg3dlegacyimpl.RG3DPlotListener
イベントをディスパッチするために使用されるクラスです (APIのユーザーがこのクラスを使用する必要はありません) The class for dispatching events (users of API should not use this class) .
このクラスの仕様は, 予告なく変更される可能性があります.
Note that, the specifications of this class may change in future without any notice.
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    指定された RinearnGraph3D インスタンスを source とする, 新しいイベントディスパッチャーを生成します Creates a new event dispatcher of which source is the specified RinearnGraph3D instance .
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    プロットイベントのリスナーを追加登録します Adds the plotting event listener .
    void
    登録されている全てのプロットイベントのリスナーに対して, plottingCanceled メソッドを呼び出します Calls the 'plottingCanceled' method for all registered plotting event listeners .
    void
    登録されている全てのプロットイベントのリスナーに対して, plottingFinished メソッドを呼び出します Calls the 'plottingFinished' method for all registered plotting event listeners .
    void
    登録されている全てのプロットイベントのリスナーに対して, plottingRequested メソッドを呼び出します Calls the 'plottingRequested' method for all registered plotting event listeners .

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • RinearnGraph3DEventDispatcher

      public RinearnGraph3DEventDispatcher(RinearnGraph3D source)
      指定された RinearnGraph3D インスタンスを source とする, 新しいイベントディスパッチャーを生成します Creates a new event dispatcher of which source is the specified RinearnGraph3D instance .
      パラメータ:
      source - イベントの source とする RinearnGraph3D インスタンス The RinearnGraph3D instance as the source of events
  • メソッドの詳細

    • addPlottingListener

      public void addPlottingListener(RinearnGraph3DPlottingListener listener)
      プロットイベントのリスナーを追加登録します Adds the plotting event listener .
      パラメータ:
      listener - プロットイベントのリスナー The plotting event listener
    • plottingRequested

      public void plottingRequested()
      登録されている全てのプロットイベントのリスナーに対して, plottingRequested メソッドを呼び出します Calls the 'plottingRequested' method for all registered plotting event listeners .
      定義:
      plottingRequested インタフェース内 com.rinearn.rxg3dlegacyimpl.RG3DPlotListener
    • plottingCanceled

      public void plottingCanceled()
      登録されている全てのプロットイベントのリスナーに対して, plottingCanceled メソッドを呼び出します Calls the 'plottingCanceled' method for all registered plotting event listeners .
      定義:
      plottingCanceled インタフェース内 com.rinearn.rxg3dlegacyimpl.RG3DPlotListener
    • plottingFinished

      public void plottingFinished()
      登録されている全てのプロットイベントのリスナーに対して, plottingFinished メソッドを呼び出します Calls the 'plottingFinished' method for all registered plotting event listeners .
      定義:
      plottingFinished インタフェース内 com.rinearn.rxg3dlegacyimpl.RG3DPlotListener