to.tetramorph.starbase.chartmodule
クラス HtmlTag

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

public class HtmlTag
extends Object

HTMLのタグで、サインや天体シンボルのgifファイルにアクセスするタグを作成して 返すユーティリティ。テキストとして返すモードも用意。 あまり汎用性を持たせる事ができないクラスなので、chartmoduleパッケージの中に おいている。 レポートやアラビックパーツプラグインが使用。


フィールドの概要
static int IMAGE_MODE
           
static int TEXT_MODE
           
 
コンストラクタの概要
HtmlTag()
           
 
メソッドの概要
 String getAspectTag(Aspect a)
           
 String getAspectTag(int id)
           
 String getPlanetTag(Body p)
           
 String getPlanetTag(int id)
           
 String getRetrogradeTag()
           
 String getSignTag(Body p)
           
 int getViewMode()
          表示モードを返す。
 void setViewMode(int mode)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

IMAGE_MODE

public static final int IMAGE_MODE
関連項目:
定数フィールド値

TEXT_MODE

public static final int TEXT_MODE
関連項目:
定数フィールド値
コンストラクタの詳細

HtmlTag

public HtmlTag()
メソッドの詳細

setViewMode

public void setViewMode(int mode)

getViewMode

public int getViewMode()
表示モードを返す。デフォルトは"IMAGE_MODE"。


getSignTag

public String getSignTag(Body p)

getPlanetTag

public String getPlanetTag(Body p)

getPlanetTag

public String getPlanetTag(int id)

getAspectTag

public String getAspectTag(int id)

getAspectTag

public String getAspectTag(Aspect a)

getRetrogradeTag

public String getRetrogradeTag()