net.aerith.misao.image.filter
Class InverseWhiteAndBlackFilter

java.lang.Object
  |
  +--net.aerith.misao.image.filter.Filter
        |
        +--net.aerith.misao.image.filter.InverseWhiteAndBlackFilter

public class InverseWhiteAndBlackFilter
extends Filter

The InverseWhiteAndBlackFilter is an image processing filter to inverse white and black. The result is stored in the original image.


Fields inherited from class net.aerith.misao.image.filter.Filter
monitor_set
 
Constructor Summary
InverseWhiteAndBlackFilter()
          Constructs a filter.
 
Method Summary
 MonoImage operate(MonoImage image)
          Operates the image processing filter and stores the result into the original image buffer.
 
Methods inherited from class net.aerith.misao.image.filter.Filter
addMonitor, setMonitor
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

InverseWhiteAndBlackFilter

public InverseWhiteAndBlackFilter()
Constructs a filter.
Method Detail

operate

public MonoImage operate(MonoImage image)
Operates the image processing filter and stores the result into the original image buffer.
Overrides:
operate in class Filter
Parameters:
image - the original image to process.
Returns:
the original image buffer.