public class JSONBlendingMode
extends java.lang.Object
Constructor and Description |
---|
JSONBlendingMode() |
JSONBlendingMode(int srcFactor,
int dstFactor,
int blendFunctionIn) |
JSONBlendingMode(int srcColorFactorIn,
int destColorFactorIn,
int srcAlphaFactorIn,
int destAlphaFactorIn,
int blendFunctionIn) |
Modifier and Type | Method and Description |
---|---|
void |
apply() |
boolean |
equals(java.lang.Object p_equals_1_) |
int |
hashCode() |
boolean |
isOpaque() |
static int |
stringToBlendFactor(java.lang.String factorName) |
static int |
stringToBlendFunction(java.lang.String funcName) |
public JSONBlendingMode()
public JSONBlendingMode(int srcFactor, int dstFactor, int blendFunctionIn)
public JSONBlendingMode(int srcColorFactorIn, int destColorFactorIn, int srcAlphaFactorIn, int destAlphaFactorIn, int blendFunctionIn)
public void apply()
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean isOpaque()
public static int stringToBlendFunction(java.lang.String funcName)
public static int stringToBlendFactor(java.lang.String factorName)