|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
外字描画インターフェース このインターフェースを使用することで外字を描画する事が出来ます。
メソッドの概要 | |
void |
dc_draw(int aptr,
int size,
psvScreen screen,
int path,
int bx,
int by,
int xmesh,
int ymesh,
int width,
int height,
int deg)
外字を描画します。 |
int |
dc_draw(psvScreen screen,
int path,
int bx,
int by,
int xmesh,
int ymesh,
int width,
int height,
int deg,
int ku,
int ten)
外字を描画します。 |
メソッドの詳細 |
public int dc_draw(psvScreen screen, int path, int bx, int by, int xmesh, int ymesh, int width, int height, int deg, int ku, int ten)
screen
- スクリーンオブジェクトpath
- 文字方向bx
- 表示基準X座標by
- 表示基準Y座標xmesh
- リザーブ(未使用)ymesh
- リザーブ(未使用)width
- 文字幅height
- 文字高さdeg
- 文字の回転角(反時計回りで1/10度単位に指定する)ku
- 文字コード区ten
- 文字コード点
public void dc_draw(int aptr, int size, psvScreen screen, int path, int bx, int by, int xmesh, int ymesh, int width, int height, int deg) throws java.io.IOException
aptr
- リザーブ(未使用)size
- 読み込みサイズ(未使用)screen
- スクリーンオブジェクトpath
- 文字方向bx
- 表示基準X座標by
- 表示基準Y座標xmesh
- リザーブ(未使用)ymesh
- リザーブ(未使用)width
- 文字幅height
- 文字高さdeg
- 文字の回転角(反時計回りで1/10度単位に指定する)
java.io.IOException
- I/Oエラーが発生した場合
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |