public class DefaultTechniqueStatesFunctionsModel extends java.lang.Object implements TechniqueStatesFunctionsModel
TechniqueStatesFunctionsModel.| Constructor and Description |
|---|
DefaultTechniqueStatesFunctionsModel()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
float[] |
getBlendColor()
Returns the blend color
|
int[] |
getBlendEquationSeparate()
Returns the blend equation
|
int[] |
getBlendFuncSeparate()
Returns the blend function
|
boolean[] |
getColorMask()
Returns the color mask
|
int[] |
getCullFace()
Returns the cull face
|
int[] |
getDepthFunc()
Returns the depth func
|
boolean[] |
getDepthMask()
Returns the depth mask
|
float[] |
getDepthRange()
Returns the depth range
|
int[] |
getFrontFace()
Returns the front face
|
float[] |
getLineWidth()
Returns the line width
|
float[] |
getPolygonOffset()
Returns the polygon offset
|
void |
setBlendColor(float[] blendColor)
Set the BlendColor
|
void |
setBlendEquationSeparate(int[] blendEquationSeparate)
Set the BlendEquationSeparate
|
void |
setBlendFuncSeparate(int[] blendFuncSeparate)
Set the BlendFuncSeparate
|
void |
setColorMask(boolean[] colorMask)
Set the ColorMask
|
void |
setCullFace(int[] cullFace)
Set the CullFace
|
void |
setDepthFunc(int[] depthFunc)
Set the DepthFunc
|
void |
setDepthMask(boolean[] depthMask)
Set the DepthMask
|
void |
setDepthRange(float[] depthRange)
Set the DepthRange
|
void |
setFrontFace(int[] frontFace)
Set the FrontFace
|
void |
setLineWidth(float[] lineWidth)
Set the LineWidth
|
void |
setPolygonOffset(float[] polygonOffset)
Set the PolygonOffset
|
public DefaultTechniqueStatesFunctionsModel()
public float[] getBlendColor()
TechniqueStatesFunctionsModelgetBlendColor in interface TechniqueStatesFunctionsModelpublic void setBlendColor(float[] blendColor)
blendColor - The BlendColorpublic int[] getBlendEquationSeparate()
TechniqueStatesFunctionsModelgetBlendEquationSeparate in interface TechniqueStatesFunctionsModelpublic void setBlendEquationSeparate(int[] blendEquationSeparate)
blendEquationSeparate - The BlendEquationSeparatepublic int[] getBlendFuncSeparate()
TechniqueStatesFunctionsModelgetBlendFuncSeparate in interface TechniqueStatesFunctionsModelpublic void setBlendFuncSeparate(int[] blendFuncSeparate)
blendFuncSeparate - The BlendFuncSeparatepublic boolean[] getColorMask()
TechniqueStatesFunctionsModelgetColorMask in interface TechniqueStatesFunctionsModelpublic void setColorMask(boolean[] colorMask)
colorMask - The ColorMaskpublic int[] getCullFace()
TechniqueStatesFunctionsModelgetCullFace in interface TechniqueStatesFunctionsModelpublic void setCullFace(int[] cullFace)
cullFace - The CullFacepublic int[] getDepthFunc()
TechniqueStatesFunctionsModelgetDepthFunc in interface TechniqueStatesFunctionsModelpublic void setDepthFunc(int[] depthFunc)
depthFunc - The DepthFuncpublic boolean[] getDepthMask()
TechniqueStatesFunctionsModelgetDepthMask in interface TechniqueStatesFunctionsModelpublic void setDepthMask(boolean[] depthMask)
depthMask - The DepthMaskpublic float[] getDepthRange()
TechniqueStatesFunctionsModelgetDepthRange in interface TechniqueStatesFunctionsModelpublic void setDepthRange(float[] depthRange)
depthRange - The DepthRangepublic int[] getFrontFace()
TechniqueStatesFunctionsModelgetFrontFace in interface TechniqueStatesFunctionsModelpublic void setFrontFace(int[] frontFace)
frontFace - The FrontFacepublic float[] getLineWidth()
TechniqueStatesFunctionsModelgetLineWidth in interface TechniqueStatesFunctionsModelpublic void setLineWidth(float[] lineWidth)
lineWidth - The LineWidthpublic float[] getPolygonOffset()
TechniqueStatesFunctionsModelgetPolygonOffset in interface TechniqueStatesFunctionsModelpublic void setPolygonOffset(float[] polygonOffset)
polygonOffset - The PolygonOffsetCopyright © 2022. All Rights Reserved.