|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectfuku.eb4j.SubAppendix
public final class SubAppendix
付録パッケージの副本クラス。
| メソッドの概要 | |
|---|---|
String |
getNarrowFontAlt(int code)
指定された文字コードの半角外字代替文字を返します。 |
String |
getWideFontAlt(int code)
指定された文字コードの全角外字代替文字を返します。 |
boolean |
hasNarrowFontAlt()
この副本に半角外字の代替文字が含まれているかどうかを判別します。 |
boolean |
hasStopCode()
この副本にストップコードが含まれているかどうかを判別します。 |
boolean |
hasWideFontAlt()
この副本に全角外字の代替文字が含まれているかどうかを判別します。 |
boolean |
isStopCode(int code0,
int code1)
エスケープシーケンスがストップコードかどうか判断します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public boolean hasNarrowFontAlt()
public boolean hasWideFontAlt()
public String getNarrowFontAlt(int code)
throws EBException
code - 文字コード
EBException - ファイル読み込み中にエラーが発生した場合
public String getWideFontAlt(int code)
throws EBException
code - 文字コード
EBException - ファイル読み込み中にエラーが発生した場合public boolean hasStopCode()
public boolean isStopCode(int code0,
int code1)
code0 - コード0code1 - コード1
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||