org.apache.batik.ext.awt.image.renderable
public interface ComponentTransferRable extends FilterColorInterpolation
Method Summary | |
---|---|
ComponentTransferFunction | getAlphaFunction()
Returns the transfer function for the alpha channel |
ComponentTransferFunction | getBlueFunction()
Returns the transfer function for the blue channel |
ComponentTransferFunction | getGreenFunction()
Returns the transfer function for the green channel |
ComponentTransferFunction | getRedFunction()
Returns the transfer function for the red channel |
Filter | getSource()
Returns the source to be offset. |
void | setAlphaFunction(ComponentTransferFunction alphaFunction)
Sets the transfer function for the alpha channel |
void | setBlueFunction(ComponentTransferFunction blueFunction)
Sets the transfer function for the blue channel |
void | setGreenFunction(ComponentTransferFunction greenFunction)
Sets the transfer function for the green channel |
void | setRedFunction(ComponentTransferFunction redFunction)
Sets the transfer function for the red channel |
void | setSource(Filter src)
Sets the source to be offset. |
Parameters: src image to offset.