|
||||||||||
| 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,
org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)
Instances should be built through the static factory methods |
|
| Method Summary | |
|---|---|
RenderedImage |
createRendering(RenderContext rc)
|
org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent |
getColorSpace()
Returns the ColorSpace of the Profile operation |
Filter |
getSource()
Returns the source of the blur operation |
void |
setColorSpace(org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent 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,
org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)
| Method Detail |
|---|
public void setSource(Filter src)
public Filter getSource()
public void setColorSpace(org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)
public org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent getColorSpace()
public RenderedImage createRendering(RenderContext rc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||