Uses of Class
com.minderupt.micrtools.data.MICR

Packages that use MICR
com.minderupt.micrtools   
com.minderupt.micrtools.parser   
com.minderupt.micrtools.repair   
 

Uses of MICR in com.minderupt.micrtools
 

Methods in com.minderupt.micrtools that return MICR
 MICR MICRParser.parseMicrString(java.lang.String micr)
           
 MICR MICRRepair.repairMICR(MICR badMICR, java.awt.image.BufferedImage checkImage)
           
 MICR MICRRepair.repairMICR(MICR badMICR, MICR goodMICR)
           
 

Methods in com.minderupt.micrtools with parameters of type MICR
 MICR MICRRepair.repairMICR(MICR badMICR, java.awt.image.BufferedImage checkImage)
           
 MICR MICRRepair.repairMICR(MICR badMICR, MICR goodMICR)
           
 

Uses of MICR in com.minderupt.micrtools.parser
 

Methods in com.minderupt.micrtools.parser that return MICR
 MICR MICRParserImpl.parseMicrString(java.lang.String micr)
          Parses MICR string from check, according to specifications.
 

Uses of MICR in com.minderupt.micrtools.repair
 

Methods in com.minderupt.micrtools.repair that return MICR
 MICR SimpleNoOCRMICRRepairImpl.repairMICR(MICR badMicr, java.awt.image.BufferedImage checkImage)
           
 MICR SimpleMICRRepairImpl.repairMICR(MICR badMICR, MICR newMICR)
           
 

Methods in com.minderupt.micrtools.repair with parameters of type MICR
 MICR SimpleNoOCRMICRRepairImpl.repairMICR(MICR badMicr, java.awt.image.BufferedImage checkImage)
           
 MICR SimpleMICRRepairImpl.repairMICR(MICR badMICR, MICR newMICR)
           
 



Copyright 2006 null. All Rights Reserved.