Uses of Interface
com.java4less.ocr.docparser.IReference

Packages that use IReference
com.java4less.ocr.docparser   
com.java4less.ocr.docparser.fields   
com.java4less.ocr.docparser.references   
 

Uses of IReference in com.java4less.ocr.docparser
 

Classes in com.java4less.ocr.docparser that implement IReference
 class TextMarkDef
          a text mark (or label) is a constant text or word (or a list of) that will be used as a reference, for example to locate start of sections of values to be read.
 

Uses of IReference in com.java4less.ocr.docparser.fields
 

Classes in com.java4less.ocr.docparser.fields that implement IReference
 class FieldDef
          defines the location, type, format...
 

Methods in com.java4less.ocr.docparser.fields that return IReference
 IReference FieldPositionDef.getReference1()
          reference object
 IReference FieldPositionDef.getReference2()
          second reference (for the direction DIR_BETWEEN)
 

Methods in com.java4less.ocr.docparser.fields with parameters of type IReference
 void FieldPositionDef.setReference1(IReference reference1)
           
 void FieldPositionDef.setReference2(IReference reference2)
           
 

Constructors in com.java4less.ocr.docparser.fields with parameters of type IReference
FieldPositionDef(IReference ref, int dist, int dir)
          defines a position
 

Uses of IReference in com.java4less.ocr.docparser.references
 

Classes in com.java4less.ocr.docparser.references that implement IReference
 class BeginOfLineRef
          Predefined reference to the beginning of the line
 class BeginOfSectionRef
          Predefined reference to the beginning of the section
 class EndOfLineRef
          Predefined reference to the end of the line
 class EndOfSectionRef
          Predefined reference to the end of the section