public class CellRecognized
extends java.lang.Object
| Constructor and Description |
|---|
CellRecognized() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Rectangle |
getRectangle()
Gets rectangle that describes position of the cell on page
|
TextRects |
getTextRects()
Gets collection of TextRect objects that describes text containing in the cell
|
int |
hashCode() |
CellRecognized |
rectangle(Rectangle rectangle) |
void |
setRectangle(Rectangle rectangle) |
void |
setTextRects(TextRects textRects) |
CellRecognized |
textRects(TextRects textRects) |
java.lang.String |
toString() |
public CellRecognized textRects(TextRects textRects)
public TextRects getTextRects()
public void setTextRects(TextRects textRects)
public CellRecognized rectangle(Rectangle rectangle)
public Rectangle getRectangle()
public void setRectangle(Rectangle rectangle)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object