Uses of Class
com.itextpdf.text.pdf.parser.clipper.Point.DoublePoint
-
Packages that use Point.DoublePoint Package Description com.itextpdf.text.pdf.parser.clipper -
-
Uses of Point.DoublePoint in com.itextpdf.text.pdf.parser.clipper
Fields in com.itextpdf.text.pdf.parser.clipper with type parameters of type Point.DoublePoint Modifier and Type Field Description private java.util.List<Point.DoublePoint>
ClipperOffset. normals
Methods in com.itextpdf.text.pdf.parser.clipper that return Point.DoublePoint Modifier and Type Method Description (package private) static Point.DoublePoint
Point. getUnitNormal(Point.LongPoint pt1, Point.LongPoint pt2)
Constructors in com.itextpdf.text.pdf.parser.clipper with parameters of type Point.DoublePoint Constructor Description DoublePoint(Point.DoublePoint other)
-