org.apache.batik.ext.awt.image
public class ConcreteComponentTransferFunction extends Object implements ComponentTransferFunction
| Method Summary | |
|---|---|
| float | getAmplitude()
Returns the amplitude value for this transfer function |
| static ComponentTransferFunction | getDiscreteTransfer(float[] tableValues)
Returns a discrete transfer function |
| float | getExponent()
Returns the exponent value for this transfer function |
| static ComponentTransferFunction | getGammaTransfer(float amplitude, float exponent, float offset)
Returns a gamma function |
| static ComponentTransferFunction | getIdentityTransfer()
Returns an instance initialized as an identity
transfer function |
| float | getIntercept()
Returns the intercept value for this transfer function |
| static ComponentTransferFunction | getLinearTransfer(float slope, float intercept)
Returns a linear transfer function |
| float | getOffset()
Returns the offset value for this transfer function |
| float | getSlope()
Returns the slope value for this transfer function |
| static ComponentTransferFunction | getTableTransfer(float[] tableValues)
Returns a table transfer function |
| float[] | getTableValues()
Returns the table values for this transfer function |
| int | getType()
Returns the type of this transfer function |