Class TableCell
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.BaseObject
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
-
- org.verapdf.wcag.algorithms.entities.tables.TableCell
-
public class TableCell extends TextInfoChunk
-
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
baseLine, fontSize, slantDegree
-
-
Constructor Summary
Constructors Constructor Description TableCell()TableCell(SemanticType semanticType)TableCell(TableTokenRow row, SemanticType semanticType)TableCell(TableCluster cluster, SemanticType semanticType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TableTokenRow row)List<TableTokenRow>getContent()TableTokenRowgetFirstTokenRow()TableTokenRowgetLastTokenRow()SemanticTypegetSemanticType()StringgetString()booleanisEmpty()booleanisTextCell()voidmerge(TableCell other)voidsetSemanticType(SemanticType semanticType)-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
add, equals, getBaseLine, getFirstBaseLine, getFontSize, getSlantDegree, getTextCenter, getTextEnd, getTextStart, getValue, hashCode, isBottomUpVerticalText, isHorizontalText, isLeftRightHorizontalText, isRightLeftHorizontalText, isUpBottomVerticalText, isVerticalText, setBaseLine, setFontSize, setSlantDegree
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.InfoChunk
unionBoundingBox
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.BaseObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.wcag.algorithms.entities.IObject
getBottomY, getBoundingBox, getCenterX, getCenterY, getErrorArguments, getErrorCodes, getHeight, getLastPageNumber, getLeftX, getPageNumber, getRecognizedStructureId, getRightX, getTopY, getWidth, setBoundingBox, setLastPageNumber, setPageNumber, setRecognizedStructureId
-
-
-
-
Constructor Detail
-
TableCell
public TableCell()
-
TableCell
public TableCell(SemanticType semanticType)
-
TableCell
public TableCell(TableTokenRow row, SemanticType semanticType)
-
TableCell
public TableCell(TableCluster cluster, SemanticType semanticType)
-
-
Method Detail
-
setSemanticType
public void setSemanticType(SemanticType semanticType)
-
getSemanticType
public SemanticType getSemanticType()
-
add
public void add(TableTokenRow row)
-
getContent
public List<TableTokenRow> getContent()
-
getFirstTokenRow
public TableTokenRow getFirstTokenRow()
-
getLastTokenRow
public TableTokenRow getLastTokenRow()
-
isEmpty
public boolean isEmpty()
-
merge
public void merge(TableCell other)
-
isTextCell
public boolean isTextCell()
-
getString
public String getString()
-
-