to.tetramorph.starbase.util
クラス AstroFont

java.lang.Object
  上位を拡張 to.tetramorph.starbase.util.AstroFont

public class AstroFont
extends Object

占星術記号のフォントオブジェクトが欲しいときに使う。


フィールドの概要
protected static Font astroFont
          初期化時にロードされるオリジナルの占星術フォント
 
メソッドの概要
static Font getFont(float size)
          指定されたサイズで占星術フォントを返す。
static Font getFont(int style, float size)
          指定されたスタイルとサイズで占星術フォントを返す。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

astroFont

protected static Font astroFont
初期化時にロードされるオリジナルの占星術フォント

メソッドの詳細

getFont

public static Font getFont(float size)
指定されたサイズで占星術フォントを返す。 astroFont.deriveFont(size)を実行しているだけ。

関連項目:
Font

getFont

public static Font getFont(int style,
                           float size)
指定されたスタイルとサイズで占星術フォントを返す。 astroFont.deriveFont(style,size)を実行しているだけ。

関連項目:
Font