Class TableRow
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
-
- org.verapdf.wcag.algorithms.entities.tables.TableRow
-
- All Implemented Interfaces:
IChunk
public class TableRow extends TextInfoChunk
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
baseLine, fontSize
-
-
Constructor Summary
Constructors Constructor Description TableRow()TableRow(SemanticType semanticType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TableCell cell)List<TableCell>getCells()SemanticTypegetSemanticType()voidmerge(TableRow other)voidsetSemanticType(SemanticType semanticType)-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
add, equals, getBaseLine, getFontSize, hashCode, setBaseLine, setFontSize
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.InfoChunk
getBottomY, getBoundingBox, getCenterX, getCenterY, getLastPageNumber, getLeftX, getPageNumber, getRightX, getTopY, setBoundingBox, setLastPageNumber, setPageNumber, unionBoundingBox
-
-
-
-
Constructor Detail
-
TableRow
public TableRow()
-
TableRow
public TableRow(SemanticType semanticType)
-
-
Method Detail
-
setSemanticType
public void setSemanticType(SemanticType semanticType)
-
getSemanticType
public SemanticType getSemanticType()
-
add
public void add(TableCell cell)
-
merge
public void merge(TableRow other)
-
-