|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.java4less.ocr.docparser.TextValue
public class TextValue
Class used to hold a value (and its location) read from in the document
Constructor Summary | |
---|---|
TextValue()
|
|
TextValue(java.lang.String s,
int b,
int e)
|
Method Summary | |
---|---|
int |
getEnd()
end column |
int |
getLineIndex()
line where this value is located |
int |
getStart()
return start column |
java.lang.String |
getValue()
return value as string |
void |
setEnd(int i)
end column |
void |
setLineIndex(int lineIndex)
line where this value is located |
void |
setStart(int i)
start column |
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextValue()
public TextValue(java.lang.String s, int b, int e)
s
- valueb
- start columne
- end columnMethod Detail |
---|
public int getStart()
public void setStart(int i)
i
- public int getEnd()
public void setEnd(int i)
i
- public java.lang.String getValue()
public void setValue(java.lang.String value)
public int getLineIndex()
public void setLineIndex(int lineIndex)
lineIndex
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |