Package org.apache.batik.extension.svg
Interface BatikHistogramNormalizationFilter
-
- All Superinterfaces:
Filter
,FilterColorInterpolation
,java.awt.image.renderable.RenderableImage
- All Known Implementing Classes:
BatikHistogramNormalizationFilter8Bit
public interface BatikHistogramNormalizationFilter extends FilterColorInterpolation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Filter
getSource()
Returns the source to be offset.float
getTrim()
Returns the trim percent for this normalization.void
setSource(Filter src)
Sets the source to be offset.void
setTrim(float trim)
Sets the trim percent for this normalization.-
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.Filter
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp
-
Methods inherited from interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear
-
-
-
-
Method Detail
-
getSource
Filter getSource()
Returns the source to be offset.
-
setSource
void setSource(Filter src)
Sets the source to be offset.- Parameters:
src
- image to offset.
-
getTrim
float getTrim()
Returns the trim percent for this normalization.
-
setTrim
void setTrim(float trim)
Sets the trim percent for this normalization.
-
-