Class TextInfoChunk
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.TextInfoChunk
-
- All Implemented Interfaces:
IChunk
- Direct Known Subclasses:
ListElement,ListItem,TableCell,TableCluster,TableRow,TextChunk,TextLine
public abstract class TextInfoChunk extends InfoChunk
-
-
Constructor Summary
Constructors Constructor Description TextInfoChunk()TextInfoChunk(BoundingBox bbox)TextInfoChunk(BoundingBox bbox, double fontSize, double baseLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadd(TextInfoChunk chunk)booleanequals(Object o)doublegetBaseLine()doublegetFontSize()inthashCode()voidsetBaseLine(double baseLine)voidsetFontSize(double fontSize)-
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
-
TextInfoChunk
public TextInfoChunk()
-
TextInfoChunk
public TextInfoChunk(BoundingBox bbox)
-
TextInfoChunk
public TextInfoChunk(BoundingBox bbox, double fontSize, double baseLine)
-
-
Method Detail
-
setFontSize
public void setFontSize(double fontSize)
-
getFontSize
public double getFontSize()
-
setBaseLine
public void setBaseLine(double baseLine)
-
getBaseLine
public double getBaseLine()
-
add
protected void add(TextInfoChunk chunk)
-
-