|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objecttsukuba_bunko.peko.resource.FontManager
public class FontManager
フォントの管理を提供します。
コンストラクタの概要 | |
---|---|
protected |
FontManager()
FontManager のインスタンスを作成します。 |
メソッドの概要 | |
---|---|
java.awt.Font |
getFont(java.util.Map attributes)
attributes で指定された属性を持つフォントを取得します。 |
static FontManager |
getInstance()
唯一の FontManager インスタンスを取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
protected FontManager()
FontManager
のインスタンスを作成します。
メソッドの詳細 |
---|
public java.awt.Font getFont(java.util.Map attributes)
attributes
で指定された属性を持つフォントを取得します。
attributes
- フォントに適用される属性マップ
public static FontManager getInstance()
FontManager
インスタンスを取得します。
FontManager
インスタンス
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |