Class OutlineFilter

All Implemented Interfaces:
BufferedImageOp, Serializable, Cloneable

public class OutlineFilter extends BinaryFilter
Given a binary image, this filter converts it to its outline, replacing all interior pixels with the 'new' color.
See Also:
  • Constructor Details

    • OutlineFilter

      public OutlineFilter()
  • Method Details