JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.pdftools.geometry.units.Point
Packages that use
Point
Package
Description
com.pdftools.geometry.units
Uses of
Point
in
com.pdftools.geometry.units
Methods in
com.pdftools.geometry.units
that return
Point
Modifier and Type
Method
Description
Point
Rectangle.
getPosition
()
Get the position (origin) of the rectangle as
Point
object.
static
Point
Point.
parse
(
String
value)
Create a
Point
object from the string representation of a x-y-coordinate pair.