Class TableToken
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextChunk
-
- org.verapdf.wcag.algorithms.entities.tables.TableToken
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableToken.TableTokenType
-
Field Summary
-
Fields inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
baseLine, fontSize, slantDegree
-
-
Constructor Summary
Constructors Constructor Description TableToken(ImageChunk imageChunk, INode node)TableToken(TextChunk textChunk, INode node)TableToken(TableBorder tableBorder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description INodegetNode()TableToken.TableTokenTypegetType()-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.TextChunk
add, addAll, adjustSymbolEndsToBoundingBox, equals, getAverageSymbolWidth, getBackgroundColor, getContrastRatio, getFontColor, getFontName, getFontWeight, getHasSpecialBackground, getHasSpecialStyle, getIsUnderlinedText, getItalicAngle, getSymbolEndCoordinate, getSymbolEnds, getSymbolStartCoordinate, getSymbolWidth, getTextFormat, getTextLength, getValue, hashCode, isEmpty, setBackgroundColor, setContrastRatio, setFontColor, setFontName, setFontWeight, setHasSpecialBackground, setHasSpecialStyle, setIsUnderlinedText, setItalicAngle, setSymbolEnds, setTextFormat, setValue, toString
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
add, getBaseLine, getFirstBaseLine, getFontSize, getSlantDegree, getTextCenter, getTextEnd, getTextStart, isBottomUpVerticalText, isHorizontalText, isLeftRightHorizontalText, isRightLeftHorizontalText, isUpBottomVerticalText, isVerticalText, setBaseLine, setFontSize, setSlantDegree
-
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
-
TableToken
public TableToken(TableBorder tableBorder)
-
TableToken
public TableToken(ImageChunk imageChunk, INode node)
-
-
Method Detail
-
getNode
public INode getNode()
-
getType
public TableToken.TableTokenType getType()
-
-