|
||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfuku.eb4j.GraphicData
public final class GraphicData
画像データクラス。
メソッドの概要 | |
---|---|
byte[] |
getColorGraphic(long pos)
指定位置のカラー画像データを返します。 |
byte[] |
getMonoGraphic(long pos,
int width,
int height)
指定位置のモノクロ画像データを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public byte[] getMonoGraphic(long pos, int width, int height) throws EBException
pos
- データ位置width
- 幅height
- 高さ
EBException
- ファイル読み込み中にエラーが発生した場合public byte[] getColorGraphic(long pos) throws EBException
pos
- データ位置
EBException
- ファイル読み込み中にエラーが発生した場合
|
||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |