protected class LayoutAnalyzer.TableInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| int[] | colsnumbers of areas in grid columns | 
| int | lastgoodlast child where the table was acceptable | 
| int | maxY1maximal Y1 of the areas | 
| int | minY1minimal Y1 of the areas | 
| Constructor and Description | 
|---|
| LayoutAnalyzer.TableInfo(int numcols) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | updateCols(int x1,
          int x2)Updates the column info with the new area span | 
| void | updateY1(int y1)Updates the maximal/minimal Y1 with a new value | 
public int[] cols
public int minY1
public int maxY1
public int lastgood
public void updateY1(int y1)
y1 - the new value to be consideredpublic void updateCols(int x1,
              int x2)
x1 - start x coordinate of the new areax2 - end x coordinate of the new area