|
||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfuku.eb4j.ExtFont
public final class ExtFont
外字フォントクラス。
フィールドの概要 | |
---|---|
static int |
FONT_16
16ドットのフォントを示す定数 |
static int |
FONT_24
24ドットのフォントを示す定数 |
static int |
FONT_30
30ドットのフォントを示す定数 |
static int |
FONT_48
48ドットのフォントを示す定数 |
メソッドの概要 | |
---|---|
int |
getFontHeight()
フォントの高さを返します。 |
int |
getFontType()
外字の種類を返します。 |
byte[] |
getNarrowFont(int code)
指定された文字コードの半角外字ビットマップデータを返します。 |
int |
getNarrowFontEnd()
半角外字の終了文字コードを返します。 |
EBFile |
getNarrowFontFile()
半角外字ファイルを返します。 |
int |
getNarrowFontSize()
半角外字のサイズを返します。 |
int |
getNarrowFontStart()
半角外字の開始文字コードを返します。 |
int |
getNarrowFontWidth()
半角外字の幅を返します。 |
byte[] |
getWideFont(int code)
指定された文字コードの全角外字ビットマップデータを返します。 |
int |
getWideFontEnd()
全角外字の終了文字コードを返します。 |
EBFile |
getWideFontFile()
全角外字ファイルを返します。 |
int |
getWideFontSize()
全角外字のサイズを返します。 |
int |
getWideFontStart()
全角外字の開始文字コードを返します。 |
int |
getWideFontWidth()
全角外字の幅を返します。 |
boolean |
hasFont()
外字が存在するかどうかを返します。 |
boolean |
hasNarrowFont()
半角外字が存在するかどうかを返します。 |
boolean |
hasWideFont()
全角外字が存在するかどうかを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int FONT_16
public static final int FONT_24
public static final int FONT_30
public static final int FONT_48
メソッドの詳細 |
---|
public EBFile getNarrowFontFile()
public EBFile getWideFontFile()
public boolean hasFont()
public boolean hasNarrowFont()
public boolean hasWideFont()
public int getFontType()
FONT_16
,
FONT_24
,
FONT_30
,
FONT_48
public int getFontHeight()
public int getNarrowFontStart()
public int getWideFontStart()
public int getNarrowFontEnd()
public int getWideFontEnd()
public int getNarrowFontWidth()
public int getWideFontWidth()
public int getNarrowFontSize()
public int getWideFontSize()
public byte[] getNarrowFont(int code) throws EBException
code
- 文字コード
EBException
- ファイル読み込み中にエラーが発生した場合public byte[] getWideFont(int code) throws EBException
code
- 文字コード
EBException
- ファイル読み込み中にエラーが発生した場合
|
||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |