Constructor and Description |
---|
ClippingArea(double upperLeftX,
double upperLeftY,
double width,
double height)
Creating a wrapper to hold a rectangle representing a section of a PDF page.
|
ClippingArea(double upperLeftX,
double upperLeftY,
double width,
double height,
FormatUnit formatUnit)
Creating a wrapper to hold a rectangle representing a section of a PDF page.
|
Modifier and Type | Method and Description |
---|---|
static ClippingArea |
createFullSizeFromDocument(com.pdfunit.internal.spi.IDocument testDocument)
This method creates a clipping area instance for a full page of the given
document.
|
java.awt.Rectangle |
getRectangle()
This method does what the name suggests.
|
public ClippingArea(double upperLeftX, double upperLeftY, double width, double height)
public ClippingArea(double upperLeftX, double upperLeftY, double width, double height, FormatUnit formatUnit)
public java.awt.Rectangle getRectangle()
public static ClippingArea createFullSizeFromDocument(com.pdfunit.internal.spi.IDocument testDocument)
Copyright (C) PDFUnit.com. See here for license.