Class TableBorder
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.tables.tableBorders.TableBorder
-
public class TableBorder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableBorder.TableBordersComparator
-
Field Summary
Fields Modifier and Type Field Description static doubleTABLE_BORDER_EPSILON
-
Constructor Summary
Constructors Constructor Description TableBorder(TableBorderBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBoxgetBoundingBox()LonggetId()INodegetNode()intgetNumberOfColumns()intgetNumberOfRows()intgetNumberOfRowsWithContent()IntegergetPageNumber()TableBorderRowgetRow(int rowNumber)TableBorderRow[]getRows()TableBorderCellgetTableBorderCell(BoundingBox box)booleanisBadTable()voidsetNode(INode node)
-
-
-
Field Detail
-
TABLE_BORDER_EPSILON
public static final double TABLE_BORDER_EPSILON
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TableBorder
public TableBorder(TableBorderBuilder builder)
-
-
Method Detail
-
getRows
public TableBorderRow[] getRows()
-
getRow
public TableBorderRow getRow(int rowNumber)
-
getNumberOfRowsWithContent
public int getNumberOfRowsWithContent()
-
getPageNumber
public Integer getPageNumber()
-
getNumberOfRows
public int getNumberOfRows()
-
getNumberOfColumns
public int getNumberOfColumns()
-
getId
public Long getId()
-
getNode
public INode getNode()
-
setNode
public void setNode(INode node)
-
isBadTable
public boolean isBadTable()
-
getBoundingBox
public BoundingBox getBoundingBox()
-
getTableBorderCell
public TableBorderCell getTableBorderCell(BoundingBox box)
-
-