Interface BatikHistogramNormalizationFilter

All Superinterfaces:
Filter, FilterColorInterpolation, RenderableImage
All Known Implementing Classes:
BatikHistogramNormalizationFilter8Bit

public interface BatikHistogramNormalizationFilter extends FilterColorInterpolation
Version:
$Id: BatikHistogramNormalizationFilter.java 1733416 2016-03-03 07:07:13Z gadams $
  • Method Details

    • 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.