to.tetramorph.starbase.chartlib
クラス NodeApogeeTable

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

public class NodeApogeeTable
extends GBoxLayout

ZodiacPanelにノードのtrue/meanの種別を表示する。


フィールドの概要
 
クラス to.tetramorph.starbase.chartparts.GBoxLayout から継承されたフィールド
HORIZONTAL, VERTICAL
 
クラス to.tetramorph.starbase.chartparts.GComponent から継承されたフィールド
baseWidth, bgColor, BOTTOM, CENTER, g, gcl, insets, LEFT, RIGHT, TOP
 
コンストラクタの概要
NodeApogeeTable()
          NodeApogeeTable オブジェクトを作成する
 
メソッドの概要
 void setColor(Color listOtherColor)
          色をセットする。
 void updateNodeApogee(int[] bodyIDs, String nodeTypeName, String apogeeTypeName)
          ノードのタイプ(トルー,ミーン)の表示レイアウトとリリスのタイプ(密接/平均) の表示レイアウトを作成する。
 
クラス 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
 

コンストラクタの詳細

NodeApogeeTable

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

メソッドの詳細

updateNodeApogee

public void updateNodeApogee(int[] bodyIDs,
                             String nodeTypeName,
                             String apogeeTypeName)
ノードのタイプ(トルー,ミーン)の表示レイアウトとリリスのタイプ(密接/平均) の表示レイアウトを作成する。 使用天体の中にノードやリリスが無い場合はそれを除外する。 両方無い場合はnullを返す。 setSpecificConfig()からのみの呼びだしのみでOKなので、 zodiacPanelへの登録/リメイクも行う。

パラメータ:
bodyIDs - scp.getBodyIDs( scp.getBodyListMode() )
nodeTypeName - nptChart.getNodeTypeName()
apogeeTypeName - nptChart.getApogeeTypeName()

setColor

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