|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.ext.awt.image.renderable.AbstractRable
org.apache.batik.ext.awt.image.renderable.ProfileRable
public class ProfileRable
Implements the interface expected from a color matrix operation
Field Summary |
---|
Fields inherited from class org.apache.batik.ext.awt.image.renderable.AbstractRable |
---|
props, srcs, stamp |
Fields inherited from interface java.awt.image.renderable.RenderableImage |
---|
HINTS_OBSERVED |
Constructor Summary | |
---|---|
ProfileRable(Filter src,
ICCColorSpaceExt colorSpace)
Instances should be built through the static factory methods |
Method Summary | |
---|---|
java.awt.image.RenderedImage |
createRendering(java.awt.image.renderable.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 |
Methods inherited from class org.apache.batik.ext.awt.image.renderable.AbstractRable |
---|
createDefaultRendering, createScaledRendering, getBounds2D, getDependencyRegion, getDirtyRegion, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getTimeStamp, getWidth, init, init, init, init, isDynamic, touch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileRable(Filter src, ICCColorSpaceExt colorSpace)
Method Detail |
---|
public void setSource(Filter src)
public Filter getSource()
public void setColorSpace(ICCColorSpaceExt colorSpace)
public ICCColorSpaceExt getColorSpace()
public java.awt.image.RenderedImage createRendering(java.awt.image.renderable.RenderContext rc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |