Class ImageChunk
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.content.ImageChunk
-
-
Constructor Summary
Constructors Constructor Description ImageChunk()ImageChunk(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
-
ImageChunk
public ImageChunk()
-
ImageChunk
public ImageChunk(BoundingBox bbox)
-
-