Uses of Class
com.snowtide.pdf.layout.Rectangle
-
Packages that use Rectangle Package Description com.snowtide.pdf.layout This package contains interfaces and classes that PDFxStream uses to represent the document model implicitly defined by the content rendered by eachPage
in a PDFDocument
. -
-
Uses of Rectangle in com.snowtide.pdf.layout
Methods in com.snowtide.pdf.layout that return Rectangle Modifier and Type Method Description static Rectangle
Rectangle. intersection(Region... regions)
Returns a Rectangle that is the intersection ofstart
and all of the remaining provided Regions, or null if there is no common intersection.static Rectangle
Rectangle. union(Region... regions)
Returns aRectangle
whose coordinates represent the minimum bounding rectangle of all of the provided rectangles.
-