Class ProfileRable
java.lang.Object
org.apache.batik.ext.awt.image.renderable.AbstractRable
org.apache.batik.ext.awt.image.renderable.ProfileRable
- All Implemented Interfaces:
RenderableImage
,Filter
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
ConstructorsConstructorDescriptionProfileRable
(Filter src, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) Instances should be built through the static factory methods -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent
Returns the ColorSpace of the Profile operationReturns the source of the blur operationvoid
setColorSpace
(org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) Sets the ColorSpace of the Profile operationvoid
Sets the source of the blur operationMethods 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
-
Constructor Details
-
ProfileRable
public ProfileRable(Filter src, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) Instances should be built through the static factory methods
-
-
Method Details
-
setSource
Sets the source of the blur operation -
getSource
Returns the source of the blur operation -
setColorSpace
public void setColorSpace(org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) Sets the ColorSpace of the Profile operation -
getColorSpace
public org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent getColorSpace()Returns the ColorSpace of the Profile operation -
createRendering
-