|
||||||||
| フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Object | +--com.jblend.graphics.m2d.RenderContext2D
2Dレンダラを設定、管理するクラスです。
| コンストラクタの概要 | |
RenderContext2D()
2D レンダラのコンテキストを生成します。 |
|
| メソッドの概要 | |
void |
setClipRect(int x,
int y,
int width,
int height)
スクリーンのクリップ領域を設定します。 |
| クラス java.lang.Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public RenderContext2D()
Graphics2D.setRenderContext() で、描画をおこなう前に
生成したインスタンスをグラフィックスコンテキストに登録してください。
| メソッドの詳細 |
public void setClipRect(int x,
int y,
int width,
int height)
x,y - クリップ領域の左上の位置width,height - クリップ領域のサイズjava.lang.IllegalArgumentException - サイズに負の値を指定した場合に発生する
|
||||||||
| フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||