Class FilterAsAlphaRed

java.lang.Object
org.apache.batik.ext.awt.image.rendered.AbstractRed
org.apache.batik.ext.awt.image.rendered.FilterAsAlphaRed
All Implemented Interfaces:
RenderedImage, CachableRed

public class FilterAsAlphaRed extends AbstractRed
This converts any source into a mask according to the SVG masking rules.
  • Constructor Details

    • FilterAsAlphaRed

      public FilterAsAlphaRed(CachableRed src)
      Construct an alpah channel from the given src, according to the SVG masking rules.
      Parameters:
      src - The image to convert to an alpha channel (mask image)
  • Method Details