|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentTransferFunction
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 |
---|
static final int IDENTITY
static final int TABLE
static final int DISCRETE
static final int LINEAR
static final int GAMMA
Method Detail |
---|
int getType()
float getSlope()
float[] getTableValues()
float getIntercept()
float getAmplitude()
float getExponent()
float getOffset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |