org.apache.batik.ext.awt.image
Interface ComponentTransferFunction
public
interface
ComponentTransferFunction
Defines the interface expected from a component
transfer function.
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 |
public int DISCRETE
public int GAMMA
public int IDENTITY
The various transfer types
public int LINEAR
public int TABLE
public float getAmplitude()
Returns the amplitude value for this transfer function
public float getExponent()
Returns the exponent value for this transfer function
public float getIntercept()
Returns the intercept value for this transfer function
public float getOffset()
Returns the offset value for this transfer function
public float getSlope()
Returns the slope value for this transfer function
public float[] getTableValues()
Returns the table values for this transfer function
public int getType()
Returns the type of this transfer function
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.