Interface CompositeRable

  • All Superinterfaces:
    Filter, FilterColorInterpolation, java.awt.image.renderable.RenderableImage
    All Known Implementing Classes:
    CompositeRable8Bit

    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.
    Version:
    $Id: CompositeRable.java 1733416 2016-03-03 07:07:13Z gadams $
    • Method Detail

      • setSources

        void setSources​(java.util.List srcs)
        The sources to be composited togeather.
        Parameters:
        srcs - The list of images to be composited by the composite rule.
      • setCompositeRule

        void setCompositeRule​(CompositeRule cr)
        Set the composite rule to use for combining the sources.
        Parameters:
        cr - Composite rule to use.
      • getCompositeRule

        CompositeRule getCompositeRule()
        Get the composite rule in use for combining the sources.
        Returns:
        Composite rule currently in use.