org.apache.batik.ext.awt.image.renderable

Interface CompositeRable

public interface CompositeRable extends FilterColorInterpolation

Composites a list of images according to a single composite rule. the image are applied in the order they are in the List given.
Method Summary
CompositeRulegetCompositeRule()
Get the composite rule in use for combining the sources.
voidsetCompositeRule(CompositeRule cr)
Set the composite rule to use for combining the sources.
voidsetSources(List srcs)
The sources to be composited togeather.

Method Detail

getCompositeRule

public CompositeRule getCompositeRule()
Get the composite rule in use for combining the sources.

Returns: Composite rule currently in use.

setCompositeRule

public void setCompositeRule(CompositeRule cr)
Set the composite rule to use for combining the sources.

Parameters: cr Composite rule to use.

setSources

public void setSources(List srcs)
The sources to be composited togeather.

Parameters: srcs The list of images to be composited by the composite rule.

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.