org.apache.batik.ext.awt.image.renderable
public class ProfileRable extends AbstractRable
| Constructor Summary | |
|---|---|
| ProfileRable(Filter src, ICCColorSpaceExt colorSpace)
Instances should be built through the static
factory methods | |
| Method Summary | |
|---|---|
| RenderedImage | createRendering(RenderContext rc) |
| ICCColorSpaceExt | getColorSpace()
Returns the ColorSpace of the Profile operation |
| Filter | getSource()
Returns the source of the blur operation |
| void | setColorSpace(ICCColorSpaceExt colorSpace)
Sets the ColorSpace of the Profile operation |
| void | setSource(Filter src)
Sets the source of the blur operation |