public class TSRRasterizerDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
TSRRasterizerDescriptor() |
protected |
TSRRasterizerDescriptor(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
byte |
getAntialiasedLineEnable() |
protected static long |
getCPtr(TSRRasterizerDescriptor obj) |
int |
getCullMode() |
int |
getDepthBias() |
float |
getDepthBiasClamp() |
byte |
getDepthClipEnable() |
int |
getFillMode() |
byte |
getFrontIsCounterClockwise() |
float |
getLineWidth() |
byte |
getMultisampleEnable() |
float |
getPointSize() |
byte |
getScissorEnable() |
float |
getSlopeScaledDepthBias() |
void |
setAntialiasedLineEnable(byte value) |
void |
setCullMode(int value) |
void |
setDepthBias(int value) |
void |
setDepthBiasClamp(float value) |
void |
setDepthClipEnable(byte value) |
void |
setFillMode(int value) |
void |
setFrontIsCounterClockwise(byte value) |
void |
setLineWidth(float value) |
void |
setMultisampleEnable(byte value) |
void |
setPointSize(float value) |
void |
setScissorEnable(byte value) |
void |
setSlopeScaledDepthBias(float value) |
protected TSRRasterizerDescriptor(long cPtr, boolean cMemoryOwn)
public TSRRasterizerDescriptor()
protected static long getCPtr(TSRRasterizerDescriptor obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setFillMode(int value)
public int getFillMode()
public void setCullMode(int value)
public int getCullMode()
public void setFrontIsCounterClockwise(byte value)
public byte getFrontIsCounterClockwise()
public void setDepthBias(int value)
public int getDepthBias()
public void setDepthBiasClamp(float value)
public float getDepthBiasClamp()
public void setSlopeScaledDepthBias(float value)
public float getSlopeScaledDepthBias()
public void setDepthClipEnable(byte value)
public byte getDepthClipEnable()
public void setScissorEnable(byte value)
public byte getScissorEnable()
public void setMultisampleEnable(byte value)
public byte getMultisampleEnable()
public void setAntialiasedLineEnable(byte value)
public byte getAntialiasedLineEnable()
public void setLineWidth(float value)
public float getLineWidth()
public void setPointSize(float value)
public float getPointSize()