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 eachPagein 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 RectangleRectangle. intersection(Region... regions)Returns a Rectangle that is the intersection ofstartand all of the remaining provided Regions, or null if there is no common intersection.static RectangleRectangle. union(Region... regions)Returns aRectanglewhose coordinates represent the minimum bounding rectangle of all of the provided rectangles.
-