Class TableBorderRow
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.tables.tableBorders.TableBorderRow
-
public class TableBorderRow extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected TableBorderCell[]cells
-
Constructor Summary
Constructors Constructor Description TableBorderRow(int rowNumber, int numberOfColumns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetBottomY()BoundingBoxgetBoundingBox()TableBorderCellgetCell(int colNumber)TableBorderCell[]getCells()doublegetHeight()doublegetLeftX()INodegetNode()intgetNumberOfCells()intgetNumberOfCellWithContent()IntegergetPageNumber()doublegetRightX()intgetRowNumber()SemanticTypegetSemanticType()doublegetTopY()doublegetWidth()voidsetBoundingBox(BoundingBox boundingBox)voidsetNode(INode node)voidsetSemanticType(SemanticType semanticType)
-
-
-
Field Detail
-
cells
protected TableBorderCell[] cells
-
-
Method Detail
-
getSemanticType
public SemanticType getSemanticType()
-
setSemanticType
public void setSemanticType(SemanticType semanticType)
-
getNode
public INode getNode()
-
setNode
public void setNode(INode node)
-
getTopY
public double getTopY()
-
getBottomY
public double getBottomY()
-
getLeftX
public double getLeftX()
-
getRightX
public double getRightX()
-
getWidth
public double getWidth()
-
getHeight
public double getHeight()
-
getPageNumber
public Integer getPageNumber()
-
getRowNumber
public int getRowNumber()
-
setBoundingBox
public void setBoundingBox(BoundingBox boundingBox)
-
getBoundingBox
public BoundingBox getBoundingBox()
-
getNumberOfCellWithContent
public int getNumberOfCellWithContent()
-
getNumberOfCells
public int getNumberOfCells()
-
getCells
public TableBorderCell[] getCells()
-
getCell
public TableBorderCell getCell(int colNumber)
-
-