org.apache.batik.ext.awt.image.renderable
public class ComponentTransferRable8Bit extends AbstractColorInterpolationRable implements ComponentTransferRable
| Field Summary | |
|---|---|
| static int | ALPHA |
| static int | BLUE |
| static int | GREEN |
| static int | RED |
| Constructor Summary | |
|---|---|
| ComponentTransferRable8Bit(Filter src, ComponentTransferFunction alphaFunction, ComponentTransferFunction redFunction, ComponentTransferFunction greenFunction, ComponentTransferFunction blueFunction) | |
| Method Summary | |
|---|---|
| RenderedImage | createRendering(RenderContext rc) |
| 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 of the blur operation |
| 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 of the blur operation |