|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface expected from a component transfer operation.
Fields inherited from interface java.awt.image.renderable.RenderableImage |
HINTS_OBSERVED |
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. |
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation |
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear |
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.Filter |
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp |
Methods inherited from interface java.awt.image.renderable.RenderableImage |
createDefaultRendering, createRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic |
Method Detail |
public Filter getSource()
public void setSource(Filter src)
src
- image to offset.public ComponentTransferFunction getAlphaFunction()
public void setAlphaFunction(ComponentTransferFunction alphaFunction)
public ComponentTransferFunction getRedFunction()
public void setRedFunction(ComponentTransferFunction redFunction)
public ComponentTransferFunction getGreenFunction()
public void setGreenFunction(ComponentTransferFunction greenFunction)
public ComponentTransferFunction getBlueFunction()
public void setBlueFunction(ComponentTransferFunction blueFunction)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |