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

Class ProfileRable

public class ProfileRable extends AbstractRable

Implements the interface expected from a color matrix operation
Constructor Summary
ProfileRable(Filter src, ICCColorSpaceExt colorSpace)
Instances should be built through the static factory methods
Method Summary
RenderedImagecreateRendering(RenderContext rc)
ICCColorSpaceExtgetColorSpace()
Returns the ColorSpace of the Profile operation
FiltergetSource()
Returns the source of the blur operation
voidsetColorSpace(ICCColorSpaceExt colorSpace)
Sets the ColorSpace of the Profile operation
voidsetSource(Filter src)
Sets the source of the blur operation

Constructor Detail

ProfileRable

public ProfileRable(Filter src, ICCColorSpaceExt colorSpace)
Instances should be built through the static factory methods

Method Detail

createRendering

public RenderedImage createRendering(RenderContext rc)

getColorSpace

public ICCColorSpaceExt getColorSpace()
Returns the ColorSpace of the Profile operation

getSource

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

setColorSpace

public void setColorSpace(ICCColorSpaceExt colorSpace)
Sets the ColorSpace of the Profile operation

setSource

public void setSource(Filter src)
Sets the source of the blur operation
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.