Class TableToken
- 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.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
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, 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
-
TableToken
public TableToken(TableBorder tableBorder)
-
TableToken
public TableToken(ImageChunk imageChunk, INode node)
-
-
Method Detail
-
getNode
public INode getNode()
-
getType
public TableToken.TableTokenType getType()
-
-