to.tetramorph.starbase.chartmodule
クラス MethodTable

java.lang.Object
  上位を拡張 to.tetramorph.starbase.chartmodule.MethodTable

public class MethodTable
extends Object

ZodiacPanel上にハウス分割法や進行法を表示する部品。


コンストラクタの概要
MethodTable(ZodiacPanel zodiacPanel)
          MethodTable オブジェクトを作成する。
 
メソッドの概要
 void remove()
          ZodiacPanelからこのオブジェクトを削除する。
 void setColor(Color listOtherColor)
          色をセットする。
 void setMethodNames(String hmeth, String pmeth)
          ハウス分割法と進行法の名前をセットする。
 void updateMethodTable(int showRing)
          ハウス分割法や進行法を表示するためのレイアウトを作成。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MethodTable

public MethodTable(ZodiacPanel zodiacPanel)
MethodTable オブジェクトを作成する。

メソッドの詳細

updateMethodTable

public void updateMethodTable(int showRing)
ハウス分割法や進行法を表示するためのレイアウトを作成。


remove

public void remove()
ZodiacPanelからこのオブジェクトを削除する。


setColor

public void setColor(Color listOtherColor)
色をセットする。


setMethodNames

public void setMethodNames(String hmeth,
                           String pmeth)
ハウス分割法と進行法の名前をセットする。