to.tetramorph.starbase.chartparts
クラス PlanetEvent

java.lang.Object
  上位を拡張 to.tetramorph.starbase.chartparts.PlanetEvent

public class PlanetEvent
extends Object

ホロスコープ円上の天体のイベント情報。


コンストラクタの概要
PlanetEvent(Body body, MouseEvent mouseEvent, Object source)
          PlanetEvent オブジェクトを作成する
PlanetEvent(Body body, MouseEvent mouseEvent, Object source, double draggedAngle)
           
 
メソッドの概要
 Body getBody()
           
 double getDraggedAngle()
           
 MouseEvent getMouseEvent()
           
 Object getSource()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PlanetEvent

public PlanetEvent(Body body,
                   MouseEvent mouseEvent,
                   Object source)
PlanetEvent オブジェクトを作成する


PlanetEvent

public PlanetEvent(Body body,
                   MouseEvent mouseEvent,
                   Object source,
                   double draggedAngle)
メソッドの詳細

getBody

public Body getBody()

getMouseEvent

public MouseEvent getMouseEvent()

getSource

public Object getSource()

getDraggedAngle

public double getDraggedAngle()