|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Composites a list of images according to a single composite rule. the image are applied in the order they are in the List given.
Fields inherited from interface java.awt.image.renderable.RenderableImage |
HINTS_OBSERVED |
Method Summary | |
CompositeRule |
getCompositeRule()
Get the composite rule in use for combining the sources. |
void |
setCompositeRule(CompositeRule cr)
Set the composite rule to use for combining the sources. |
void |
setSources(java.util.List srcs)
The sources to be composited togeather. |
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 void setSources(java.util.List srcs)
srcs
- The list of images to be composited by the composite rule.public void setCompositeRule(CompositeRule cr)
cr
- Composite rule to use.public CompositeRule getCompositeRule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |