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