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:

パラメーター説明
doubleBufferingboolean
colorBitsint
depthBitsint
stencilBitsint

RenderParameters()

public RenderParameters()

PixelFormat のインスタンスを初期化します。

RenderParameters(boolean doubleBuffering)

public RenderParameters(boolean doubleBuffering)

PixelFormat のインスタンスを初期化します。

Parameters:

パラメーター説明
doubleBufferingboolean

RenderParameters(boolean doubleBuffering, int colorBits)

public RenderParameters(boolean doubleBuffering, int colorBits)

PixelFormat のインスタンスを初期化します。

Parameters:

パラメーター説明
doubleBufferingboolean
colorBitsint

RenderParameters(boolean doubleBuffering, int colorBits, int depthBits)

public RenderParameters(boolean doubleBuffering, int colorBits, int depthBits)

PixelFormat のインスタンスを初期化します。

Parameters:

パラメーター説明
doubleBufferingboolean
colorBitsint
depthBitsint

clone()

public RenderParameters clone()

Returns: RenderParameters

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

パラメーター説明
arg0java.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:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int