public class RowRecognized
extends java.lang.Object
Constructor and Description |
---|
RowRecognized() |
Modifier and Type | Method and Description |
---|---|
RowRecognized |
addCellListItem(CellRecognized cellListItem) |
RowRecognized |
cellList(java.util.List<CellRecognized> cellList) |
boolean |
equals(java.lang.Object o) |
java.util.List<CellRecognized> |
getCellList()
Gets readonly IList containing cells of the row
|
Rectangle |
getRectangle()
Gets rectangle that describes position of the row on page
|
int |
hashCode() |
RowRecognized |
rectangle(Rectangle rectangle) |
void |
setCellList(java.util.List<CellRecognized> cellList) |
void |
setRectangle(Rectangle rectangle) |
java.lang.String |
toString() |
public RowRecognized cellList(java.util.List<CellRecognized> cellList)
public RowRecognized addCellListItem(CellRecognized cellListItem)
public java.util.List<CellRecognized> getCellList()
public void setCellList(java.util.List<CellRecognized> cellList)
public RowRecognized rectangle(Rectangle rectangle)
public Rectangle getRectangle()
public void setRectangle(Rectangle rectangle)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object