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
-
-
Constructor Summary
Constructors Constructor Description TableToken(ImageChunk imageChunk, INode node)TableToken(TextChunk textChunk, INode node)
-
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, equals, getContrastRatio, getFontColor, getFontColorSpace, getFontName, getFontWeight, getHasSpecialStyle, getIsUnderlinedText, getItalicAngle, getValue, hashCode, setContrastRatio, setFontColor, setFontColorSpace, setFontName, setFontWeight, setHasSpecialStyle, setIsUnderlinedText, setItalicAngle, setValue, toString
-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
add, getBaseLine, getFontSize, 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
-
TableToken
public TableToken(ImageChunk imageChunk, INode node)
-
-
Method Detail
-
getNode
public INode getNode()
-
getType
public TableToken.TableTokenType getType()
-
-