A C F G M N O P R S V

A

AmountFieldValidator - Class in com.minderupt.micrtools.validator
 
AmountFieldValidator() - Constructor for class com.minderupt.micrtools.validator.AmountFieldValidator
 
AuxOnUsFieldValidator - Class in com.minderupt.micrtools.validator
 
AuxOnUsFieldValidator() - Constructor for class com.minderupt.micrtools.validator.AuxOnUsFieldValidator
 

C

com.minderupt.micrtools - package com.minderupt.micrtools
 
com.minderupt.micrtools.data - package com.minderupt.micrtools.data
 
com.minderupt.micrtools.parser - package com.minderupt.micrtools.parser
 
com.minderupt.micrtools.repair - package com.minderupt.micrtools.repair
 
com.minderupt.micrtools.validator - package com.minderupt.micrtools.validator
 

F

FieldValidationException - Exception in com.minderupt.micrtools.validator
 
FieldValidationException() - Constructor for exception com.minderupt.micrtools.validator.FieldValidationException
 
FieldValidationException(String) - Constructor for exception com.minderupt.micrtools.validator.FieldValidationException
 
FieldValidationException(Throwable) - Constructor for exception com.minderupt.micrtools.validator.FieldValidationException
 
FieldValidationException(String, Throwable) - Constructor for exception com.minderupt.micrtools.validator.FieldValidationException
 
FieldValidator - Interface in com.minderupt.micrtools
 

G

getAmount() - Method in class com.minderupt.micrtools.data.MICR
 
getAmountFieldValidator() - Method in interface com.minderupt.micrtools.MICRParser
 
getAmountFieldValidator() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
getAmountSymbol() - Method in interface com.minderupt.micrtools.MICRParser
 
getAmountSymbol() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
getAuxOnUs() - Method in class com.minderupt.micrtools.data.MICR
 
getAuxOnUsFieldValidator() - Method in interface com.minderupt.micrtools.MICRParser
 
getAuxOnUsFieldValidator() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
getDashSymbol() - Method in interface com.minderupt.micrtools.MICRParser
 
getDashSymbol() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
getFieldMisreadCountThreshold() - Method in interface com.minderupt.micrtools.MICRRepair
 
getFieldMisreadCountThreshold() - Method in class com.minderupt.micrtools.repair.SimpleMICRRepairImpl
 
getFieldName() - Method in exception com.minderupt.micrtools.validator.FieldValidationException
 
getMICRMisreadCharacter() - Method in interface com.minderupt.micrtools.MICRRepair
 
getMICRMisreadCharacter() - Method in class com.minderupt.micrtools.repair.SimpleMICRRepairImpl
 
getOCRService() - Method in interface com.minderupt.micrtools.MICRRepair
 
getOCRService() - Method in class com.minderupt.micrtools.repair.SimpleNoOCRMICRRepairImpl
 
getOnUs() - Method in class com.minderupt.micrtools.data.MICR
 
getOnUsFieldValidator() - Method in interface com.minderupt.micrtools.MICRParser
 
getOnUsFieldValidator() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
getOnUsSymbol() - Method in interface com.minderupt.micrtools.MICRParser
 
getOnUsSymbol() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
getRawMICR() - Method in class com.minderupt.micrtools.data.MICR
 
getRtn() - Method in class com.minderupt.micrtools.data.MICR
 
getRTNFieldValidator() - Method in interface com.minderupt.micrtools.MICRParser
 
getRTNFieldValidator() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
getSerialNumber() - Method in class com.minderupt.micrtools.data.MICR
 
getSerialNumberFieldValidator() - Method in interface com.minderupt.micrtools.MICRParser
 
getSerialNumberFieldValidator() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
getTransitSymbol() - Method in interface com.minderupt.micrtools.MICRParser
 
getTransitSymbol() - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 

M

MICR - Class in com.minderupt.micrtools.data
 
MICR() - Constructor for class com.minderupt.micrtools.data.MICR
 
MICRParseException - Exception in com.minderupt.micrtools.parser
 
MICRParseException() - Constructor for exception com.minderupt.micrtools.parser.MICRParseException
 
MICRParseException(String) - Constructor for exception com.minderupt.micrtools.parser.MICRParseException
 
MICRParseException(Throwable) - Constructor for exception com.minderupt.micrtools.parser.MICRParseException
 
MICRParseException(String, Throwable) - Constructor for exception com.minderupt.micrtools.parser.MICRParseException
 
MICRParser - Interface in com.minderupt.micrtools
 
MICRParserImpl - Class in com.minderupt.micrtools.parser
 
MICRParserImpl() - Constructor for class com.minderupt.micrtools.parser.MICRParserImpl
 
MICRRepair - Interface in com.minderupt.micrtools
 
MICRRepairException - Exception in com.minderupt.micrtools.repair
 
MICRRepairException() - Constructor for exception com.minderupt.micrtools.repair.MICRRepairException
 
MICRRepairException(String) - Constructor for exception com.minderupt.micrtools.repair.MICRRepairException
 
MICRRepairException(String, Throwable) - Constructor for exception com.minderupt.micrtools.repair.MICRRepairException
 
MICRRepairException(Throwable) - Constructor for exception com.minderupt.micrtools.repair.MICRRepairException
 

N

NoFieldValidator - Class in com.minderupt.micrtools.validator
 
NoFieldValidator() - Constructor for class com.minderupt.micrtools.validator.NoFieldValidator
 

O

OCRService - Interface in com.minderupt.micrtools
 

P

parseMicrString(String) - Method in interface com.minderupt.micrtools.MICRParser
 
parseMicrString(String) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
Parses MICR string from check, according to specifications.

R

recognize(BufferedImage) - Method in interface com.minderupt.micrtools.OCRService
 
recognize(BufferedImage, int, int, int, int) - Method in interface com.minderupt.micrtools.OCRService
 
repairField(String, String) - Method in class com.minderupt.micrtools.repair.SimpleMICRRepairImpl
 
repairMICR(MICR, MICR) - Method in interface com.minderupt.micrtools.MICRRepair
 
repairMICR(MICR, BufferedImage) - Method in interface com.minderupt.micrtools.MICRRepair
 
repairMICR(MICR, MICR) - Method in class com.minderupt.micrtools.repair.SimpleMICRRepairImpl
 
repairMICR(MICR, BufferedImage) - Method in class com.minderupt.micrtools.repair.SimpleNoOCRMICRRepairImpl
 
RTNFieldValidator - Class in com.minderupt.micrtools.validator
 
RTNFieldValidator() - Constructor for class com.minderupt.micrtools.validator.RTNFieldValidator
 

S

setAmount(String) - Method in class com.minderupt.micrtools.data.MICR
 
setAmountFieldValidator(FieldValidator) - Method in interface com.minderupt.micrtools.MICRParser
 
setAmountFieldValidator(FieldValidator) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
setAmountSymbol(String) - Method in interface com.minderupt.micrtools.MICRParser
 
setAmountSymbol(String) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
setAuxOnUs(String) - Method in class com.minderupt.micrtools.data.MICR
 
setAuxOnUsFieldValidator(FieldValidator) - Method in interface com.minderupt.micrtools.MICRParser
 
setAuxOnUsFieldValidator(FieldValidator) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
setDashSymbol(String) - Method in interface com.minderupt.micrtools.MICRParser
 
setDashSymbol(String) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
setFieldMisreadCountThreshold(int) - Method in interface com.minderupt.micrtools.MICRRepair
 
setFieldMisreadCountThreshold(int) - Method in class com.minderupt.micrtools.repair.SimpleMICRRepairImpl
 
setFieldName(String) - Method in exception com.minderupt.micrtools.validator.FieldValidationException
 
setMICRMisreadCharacter(String) - Method in interface com.minderupt.micrtools.MICRRepair
 
setMICRMisreadCharacter(String) - Method in class com.minderupt.micrtools.repair.SimpleMICRRepairImpl
 
setOCRService(OCRService) - Method in interface com.minderupt.micrtools.MICRRepair
 
setOCRService(OCRService) - Method in class com.minderupt.micrtools.repair.SimpleNoOCRMICRRepairImpl
 
setOnUs(String) - Method in class com.minderupt.micrtools.data.MICR
 
setOnUsFieldValidator(FieldValidator) - Method in interface com.minderupt.micrtools.MICRParser
 
setOnUsFieldValidator(FieldValidator) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
setOnUsSymbol(String) - Method in interface com.minderupt.micrtools.MICRParser
 
setOnUsSymbol(String) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
setRawMICR(String) - Method in class com.minderupt.micrtools.data.MICR
 
setRtn(String) - Method in class com.minderupt.micrtools.data.MICR
 
setRTNFieldValidator(FieldValidator) - Method in interface com.minderupt.micrtools.MICRParser
 
setRTNFieldValidator(FieldValidator) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
setSerialNumber(String) - Method in class com.minderupt.micrtools.data.MICR
 
setSerialNumberFieldValidator(FieldValidator) - Method in interface com.minderupt.micrtools.MICRParser
 
setSerialNumberFieldValidator(FieldValidator) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
setTransitSymbol(String) - Method in interface com.minderupt.micrtools.MICRParser
 
setTransitSymbol(String) - Method in class com.minderupt.micrtools.parser.MICRParserImpl
 
SimpleMICRRepairImpl - Class in com.minderupt.micrtools.repair
 
SimpleMICRRepairImpl() - Constructor for class com.minderupt.micrtools.repair.SimpleMICRRepairImpl
 
SimpleNoOCRMICRRepairImpl - Class in com.minderupt.micrtools.repair
 
SimpleNoOCRMICRRepairImpl() - Constructor for class com.minderupt.micrtools.repair.SimpleNoOCRMICRRepairImpl
 

V

validate(String) - Method in interface com.minderupt.micrtools.FieldValidator
 
validate(String) - Method in class com.minderupt.micrtools.validator.AmountFieldValidator
 
validate(String) - Method in class com.minderupt.micrtools.validator.AuxOnUsFieldValidator
 
validate(String) - Method in class com.minderupt.micrtools.validator.NoFieldValidator
 
validate(String) - Method in class com.minderupt.micrtools.validator.RTNFieldValidator
 

A C F G M N O P R S V

Copyright 2006 null. All Rights Reserved.