PdfPoint
public final class PdfPoint
Represents a point in PDF coordinates, where pageNum indicates a 0-indexed PDF page, and (x, y) indicates a point in PDF points within the page, with the origin existing at the top left corner of the page.
Summary
Public constructors |
|---|
PdfPoint(int pageNum, float x, float y) |
Public methods |
|
|---|---|
boolean |
|
final int |
|
final float |
getX() |
final float |
getY() |
int |
hashCode() |
@NonNull String |
toString() |