java.awt.image.renderable.RenderableImage, Filterpublic class ProfileRable extends AbstractRable
props, srcs, stamp| Constructor | Description |
|---|---|
ProfileRable(Filter src,
org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) |
Instances should be built through the static
factory methods
|
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.image.RenderedImage |
createRendering(java.awt.image.renderable.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
|
createDefaultRendering, createScaledRendering, getBounds2D, getDependencyRegion, getDirtyRegion, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getTimeStamp, getWidth, init, init, init, init, isDynamic, touchpublic ProfileRable(Filter src, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)
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 java.awt.image.RenderedImage createRendering(java.awt.image.renderable.RenderContext rc)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.