Class LineArtChunk
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.LineArtChunk
-
-
Constructor Summary
Constructors Constructor Description LineArtChunk()LineArtChunk(BoundingBox bbox)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.InfoChunk
equals, getBottomY, getBoundingBox, getCenterX, getCenterY, getLastPageNumber, getLeftX, getPageNumber, getRightX, getTopY, hashCode, setBoundingBox, setLastPageNumber, setPageNumber, unionBoundingBox
-
-
-
-
Constructor Detail
-
LineArtChunk
public LineArtChunk()
-
LineArtChunk
public LineArtChunk(BoundingBox bbox)
-
-