public class Rectangle
extends Object
- Author:
- Maxim Plushchov
-
Constructor Summary
Constructors
-
Method Summary
double
org.verapdf.wcag.algorithms.entities.content.LineChunk
List<org.verapdf.wcag.algorithms.entities.content.LineChunk>
double
-
Constructor Details
-
Rectangle
public Rectangle(Integer pageNumber,
double x,
double y,
double width,
double height)
-
Method Details
-
getLines
public List<org.verapdf.wcag.algorithms.entities.content.LineChunk> getLines(double lineWidth)
-
getLine
public org.verapdf.wcag.algorithms.entities.content.LineChunk getLine(double lineWidth)
-
getWidth
public double getWidth()
-
getHeight
public double getHeight()
-