com.pearsoneduc.ip.op
Class InvertOp

java.lang.Object
  |
  +--com.pearsoneduc.ip.op.StandardGreyOp
        |
        +--com.pearsoneduc.ip.op.GreyMapOp
              |
              +--com.pearsoneduc.ip.op.InvertOp

public class InvertOp
extends GreyMapOp

Inverts grey levels in a BufferedImage.

Version:
1.1 [1999/07/08]
Author:
Nick Efford

Fields inherited from class com.pearsoneduc.ip.op.GreyMapOp
table
 
Constructor Summary
InvertOp()
           
InvertOp(int low, int high)
           
 
Method Summary
 void computeMapping(int low, int high)
           
 
Methods inherited from class com.pearsoneduc.ip.op.GreyMapOp
computeMapping, filter, getTableEntry, setTableEntry
 
Methods inherited from class com.pearsoneduc.ip.op.StandardGreyOp
checkImage, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvertOp

public InvertOp()

InvertOp

public InvertOp(int low,
                int high)
Method Detail

computeMapping

public void computeMapping(int low,
                           int high)
Overrides:
computeMapping in class GreyMapOp