to.tetramorph.starbase.chartlib
クラス MethodTable

java.lang.Object
  上位を拡張 to.tetramorph.starbase.chartparts.GComponent
      上位を拡張 to.tetramorph.starbase.chartparts.GBoxLayout
          上位を拡張 to.tetramorph.starbase.chartlib.MethodTable
すべての実装されたインタフェース:
GLayout

public class MethodTable
extends GBoxLayout

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


フィールドの概要
 
クラス to.tetramorph.starbase.chartparts.GBoxLayout から継承されたフィールド
HORIZONTAL, VERTICAL
 
クラス to.tetramorph.starbase.chartparts.GComponent から継承されたフィールド
baseWidth, bgColor, BOTTOM, CENTER, g, gcl, insets, LEFT, RIGHT, TOP
 
コンストラクタの概要
MethodTable()
          MethodTable オブジェクトを作成する。
 
メソッドの概要
 void setColor(Color listOtherColor)
          色をセットする。
 void setMethodNames(String hmeth, String pmeth)
          ハウス分割法と進行法の名前をセットする。
 void updateMethodTable(int showRing)
          ハウス分割法や進行法を表示するためのレイアウトを作成。
 
クラス to.tetramorph.starbase.chartparts.GBoxLayout から継承されたメソッド
add, add, contains, draw, draw, getComponentCount, getFullSize, getSize, removeAll, setBasePoint, setBaseWidth, setGraphics, setLocation, setLocation, setup
 
クラス to.tetramorph.starbase.chartparts.GComponent から継承されたメソッド
getActionCommand, getAlign, getBGColor, getGComponentListener, getInset, getVAlign, setActionCommand, setAlign, setAligns, setBGColor, setGComponentListener, setInset, setInsets, setVAlign
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース to.tetramorph.starbase.chartparts.GLayout から継承されたメソッド
getGComponentListener
 

コンストラクタの詳細

MethodTable

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

メソッドの詳細

updateMethodTable

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


setColor

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


setMethodNames

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