|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface expected from a component transfer function.
Field Summary | |
static int |
DISCRETE
|
static int |
GAMMA
|
static int |
IDENTITY
The various transfer types |
static int |
LINEAR
|
static int |
TABLE
|
Method Summary | |
float |
getAmplitude()
Returns the amplitude value for this transfer function |
float |
getExponent()
Returns the exponent value for this transfer function |
float |
getIntercept()
Returns the intercept value for this transfer function |
float |
getOffset()
Returns the offset value for this transfer function |
float |
getSlope()
Returns the slope value for this transfer function |
float[] |
getTableValues()
Returns the table values for this transfer function |
int |
getType()
Returns the type of this transfer function |
Field Detail |
public static final int IDENTITY
public static final int TABLE
public static final int DISCRETE
public static final int LINEAR
public static final int GAMMA
Method Detail |
public int getType()
public float getSlope()
public float[] getTableValues()
public float getIntercept()
public float getAmplitude()
public float getExponent()
public float getOffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |