org.apache.batik.extension.svg

Interface BatikHistogramNormalizationFilter

public interface BatikHistogramNormalizationFilter extends FilterColorInterpolation

Method Summary
FiltergetSource()
Returns the source to be offset.
floatgetTrim()
Returns the trim percent for this normalization.
voidsetSource(Filter src)
Sets the source to be offset.
voidsetTrim(float trim)
Sets the trim percent for this normalization.

Method Detail

getSource

public Filter getSource()
Returns the source to be offset.

getTrim

public float getTrim()
Returns the trim percent for this normalization.

setSource

public void setSource(Filter src)
Sets the source to be offset.

Parameters: src image to offset.

setTrim

public void setTrim(float trim)
Sets the trim percent for this normalization.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.