org.apache.batik.extension.svg
public interface BatikHistogramNormalizationFilter extends FilterColorInterpolation
Method Summary | |
---|---|
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. |
Parameters: src image to offset.