|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.ocr.docparser.Lines
public class Lines
Lines set which is the input for the document parsing process
Constructor Summary | |
---|---|
Lines(java.lang.String[] l)
|
Method Summary | |
---|---|
boolean |
endReached()
|
boolean |
endReached(int line)
|
int |
getCount()
number of lines |
java.lang.String |
getCurrentLine()
get current line |
java.lang.String |
getLine(int i)
return line by index |
int |
getLinePointer()
current line position |
boolean |
isPageBreak()
is current line a page break? |
boolean |
isPageBreak(int line)
is the line a page break? |
void |
setLinePointer(int linePointer)
current line position |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lines(java.lang.String[] l)
Method Detail |
---|
public int getCount()
public java.lang.String getLine(int i)
i
-
public java.lang.String getCurrentLine()
public boolean isPageBreak()
public boolean isPageBreak(int line)
public boolean endReached()
public boolean endReached(int line)
public int getLinePointer()
public void setLinePointer(int linePointer)
linePointer
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |