Class ProfileRable

java.lang.Object
org.apache.batik.ext.awt.image.renderable.AbstractRable
org.apache.batik.ext.awt.image.renderable.ProfileRable
All Implemented Interfaces:
RenderableImage, Filter

public class ProfileRable extends AbstractRable
Implements the interface expected from a color matrix operation
  • Constructor Details

    • ProfileRable

      public ProfileRable(Filter src, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)
      Instances should be built through the static factory methods
  • Method Details

    • setSource

      public void setSource(Filter src)
      Sets the source of the blur operation
    • getSource

      public Filter getSource()
      Returns the source of the blur operation
    • setColorSpace

      public void setColorSpace(org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)
      Sets the ColorSpace of the Profile operation
    • getColorSpace

      public org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent getColorSpace()
      Returns the ColorSpace of the Profile operation
    • createRendering

      public RenderedImage createRendering(RenderContext rc)