RenderParameters
コンテンツ
[
隠れる
]Inheritance: java.lang.Object
public class RenderParameters
レンダーターゲットのパラメータを記述します
コンストラクタ
| コンストラクタ | 説明 |
|---|---|
| RenderParameters(boolean doubleBuffering, int colorBits, int depthBits, int stencilBits) | PixelFormat のインスタンスを初期化します。 |
| RenderParameters() | PixelFormat のインスタンスを初期化します。 |
| RenderParameters(boolean doubleBuffering) | PixelFormat のインスタンスを初期化します。 |
| RenderParameters(boolean doubleBuffering, int colorBits) | PixelFormat のインスタンスを初期化します。 |
| RenderParameters(boolean doubleBuffering, int colorBits, int depthBits) | PixelFormat のインスタンスを初期化します。 |
メソッド
| メソッド | 説明 |
|---|---|
| clone() | |
| equals(Object arg0) | |
| getClass() | |
| getColorBits() | カラー バッファで使用されるビット数を取得します。 |
| getDepthBits() | 深度バッファで使用されるビット数を取得します。 |
| getDoubleBuffering() | ダブルバッファが使用されているかどうかを取得します。 |
| getStencilBits() | ステンシルバッファで使用されるビット数を取得します。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setColorBits(int value) | カラー バッファで使用されるビット数を設定します。 |
| setDepthBits(int value) | 深度バッファで使用されるビット数を設定します。 |
| setDoubleBuffering(boolean value) | ダブルバッファを使用するかどうかを設定します。 |
| setStencilBits(int value) | ステンシルバッファで使用されるビット数を設定します。 |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
RenderParameters(boolean doubleBuffering, int colorBits, int depthBits, int stencilBits)
public RenderParameters(boolean doubleBuffering, int colorBits, int depthBits, int stencilBits)
PixelFormat のインスタンスを初期化します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| doubleBuffering | boolean | |
| colorBits | int | |
| depthBits | int | |
| stencilBits | int |
RenderParameters()
public RenderParameters()
PixelFormat のインスタンスを初期化します。
RenderParameters(boolean doubleBuffering)
public RenderParameters(boolean doubleBuffering)
PixelFormat のインスタンスを初期化します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| doubleBuffering | boolean |
RenderParameters(boolean doubleBuffering, int colorBits)
public RenderParameters(boolean doubleBuffering, int colorBits)
PixelFormat のインスタンスを初期化します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| doubleBuffering | boolean | |
| colorBits | int |
RenderParameters(boolean doubleBuffering, int colorBits, int depthBits)
public RenderParameters(boolean doubleBuffering, int colorBits, int depthBits)
PixelFormat のインスタンスを初期化します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| doubleBuffering | boolean | |
| colorBits | int | |
| depthBits | int |
clone()
public RenderParameters clone()
Returns: RenderParameters
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColorBits()
public int getColorBits()
カラー バッファで使用されるビット数を取得します。
Returns: int - カラーバッファで使用されるビット数。
getDepthBits()
public int getDepthBits()
深度バッファで使用されるビット数を取得します。
Returns: int - 深度バッファで使用されるビット数。
getDoubleBuffering()
public boolean getDoubleBuffering()
ダブルバッファが使用されているかどうかを取得します。
Returns: boolean - ダブルバッファを使用するかどうか。
getStencilBits()
public int getStencilBits()
ステンシルバッファで使用されるビット数を取得します。
Returns: int - ステンシルバッファで使用されるビット数。
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setColorBits(int value)
public void setColorBits(int value)
カラー バッファで使用されるビット数を設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | int | 新しい値 |
setDepthBits(int value)
public void setDepthBits(int value)
深度バッファで使用されるビット数を設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | int | 新しい値 |
setDoubleBuffering(boolean value)
public void setDoubleBuffering(boolean value)
ダブルバッファを使用するかどうかを設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | boolean | 新しい値 |
setStencilBits(int value)
public void setStencilBits(int value)
ステンシルバッファで使用されるビット数を設定します。
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 値 | int | 新しい値 |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| arg0 | long | |
| arg1 | int |