Uses of Class
com.itextpdf.awt.geom.Point
-
Packages that use Point Package Description com.itextpdf.awt.geom com.itextpdf.text.pdf -
-
Uses of Point in com.itextpdf.awt.geom
Methods in com.itextpdf.awt.geom that return Point Modifier and Type Method Description Point
Point. getLocation()
Point
Rectangle. getLocation()
Methods in com.itextpdf.awt.geom with parameters of type Point Modifier and Type Method Description void
Rectangle. add(Point p)
boolean
Rectangle. contains(Point p)
void
Point. setLocation(Point p)
void
Rectangle. setLocation(Point p)
Constructors in com.itextpdf.awt.geom with parameters of type Point Constructor Description Point(Point p)
Rectangle(Point p)
Rectangle(Point p, Dimension d)
-
Uses of Point in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return Point Modifier and Type Method Description private Point
PdfStamperImp. transformPoint(double x, double y, double[] matrix)
-