Class TableBorderCell
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.tables.tableBorders.TableBorderCell
-
public class TableBorderCell extends Object
-
-
Constructor Summary
Constructors Constructor Description TableBorderCell(int rowNumber, int colNumber, int rowSpan, int colSpan, Long id)TableBorderCell(INode node, int rowNumber, int colNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContent(TableToken token)doublegetBottomY()BoundingBoxgetBoundingBox()intgetColNumber()intgetColSpan()List<TableToken>getContent()BoundingBoxgetContentBoundingBox()doublegetHeight()LonggetId()doublegetLeftX()INodegetNode()doublegetRightX()intgetRowNumber()intgetRowSpan()SemanticTypegetSemanticType()doublegetTopY()doublegetWidth()voidsetBoundingBox(BoundingBox boundingBox)voidsetNode(INode node)voidsetSemanticType(SemanticType semanticType)
-
-
-
Method Detail
-
setBoundingBox
public void setBoundingBox(BoundingBox boundingBox)
-
getBoundingBox
public BoundingBox getBoundingBox()
-
getTopY
public double getTopY()
-
getBottomY
public double getBottomY()
-
getLeftX
public double getLeftX()
-
getRightX
public double getRightX()
-
getWidth
public double getWidth()
-
getHeight
public double getHeight()
-
addContent
public void addContent(TableToken token)
-
getContent
public List<TableToken> getContent()
-
getSemanticType
public SemanticType getSemanticType()
-
setSemanticType
public void setSemanticType(SemanticType semanticType)
-
getNode
public INode getNode()
-
setNode
public void setNode(INode node)
-
getColNumber
public int getColNumber()
-
getRowNumber
public int getRowNumber()
-
getRowSpan
public int getRowSpan()
-
getColSpan
public int getColSpan()
-
getContentBoundingBox
public BoundingBox getContentBoundingBox()
-
getId
public Long getId()
-
-