Class FilterAlphaRable

  • All Implemented Interfaces:
    java.awt.image.renderable.RenderableImage, Filter

    public class FilterAlphaRable
    extends AbstractRable
    FilterAlphaRable implementation. This will take any source Filter and convert it to an alpha channel image according to the SVG SourceAlpha Filter description. This sets RGB to black and Alpha to the source image's alpha channel.
    • Constructor Detail

      • FilterAlphaRable

        public FilterAlphaRable​(Filter src)
    • Method Detail

      • getSource

        public Filter getSource()
      • createRendering

        public java.awt.image.RenderedImage createRendering​(java.awt.image.renderable.RenderContext rc)