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
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntentFields inherited from class AbstractRable
props, srcs, stampFields inherited from interface 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.ICCColorSpaceWithIntentReturns the ColorSpace of the Profile operationReturns the source of the blur operationvoidsetColorSpace(org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) Sets the ColorSpace of the Profile operationvoidSets the source of the blur operationMethods inherited from class AbstractRable
createDefaultRendering, createScaledRendering, getBounds2D, getDependencyRegion, getDirtyRegion, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getTimeStamp, getWidth, init, init, init, init, isDynamic, touch
-
Field Details
-
colorSpace
private org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace
-
-
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
-