|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.ocr.docparser.sections.SectionFixedLength
public class SectionFixedLength
length of a section with a constant number of lines
Constructor Summary | |
---|---|
SectionFixedLength(int len)
create section fixed length. |
Method Summary | |
---|---|
int |
getLength()
get number of lines |
boolean |
isSectionFinished(ParserContext context)
returns true if the section is completed |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SectionFixedLength(int len)
len
- number of lines in the sectionMethod Detail |
---|
public boolean isSectionFinished(ParserContext context)
ILengthType
isSectionFinished
in interface ILengthType
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |