| パッケージ | 説明 |
|---|---|
| kinugasa.rpgui |
マップチップ方式によるフィールドマップの構築と描画に関する機能およびそれに関連するGUI機能を提供します.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
SimpleMessageWindowModel
シンプルなメッセージウインドウの実装です.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MessageWindowModel |
MessageWindowModel.clone() |
MessageWindowModel |
MessageWindowSprite.getWindowModel() |
| コンストラクタと説明 |
|---|
MessageWindowSprite(MessageWindowModel model,
float x,
float y,
float width,
float height) |
MessageWindowSprite(java.lang.String[] text,
TimeCounter tc,
MessageWindowModel model,
float x,
float y,
float width,
float height) |
MessageWindowSprite(java.lang.String text,
MessageWindowModel model,
float x,
float y,
float width,
float height) |
MessageWindowSprite(java.lang.String text,
TimeCounter tc,
MessageWindowModel model,
float x,
float y,
float width,
float height) |
MessageWindowSprite(Text text,
TimeCounter tc,
MessageWindowModel model,
float x,
float y,
float width,
float height) |