Uses of Class
com.itextpdf.awt.geom.Point2D
Packages that use Point2D
-
Uses of Point2D in com.itextpdf.awt.geom
Subclasses of Point2D in com.itextpdf.awt.geomModifier and TypeClassDescriptionclassstatic classstatic classMethods in com.itextpdf.awt.geom that return Point2DModifier and TypeMethodDescriptionAffineTransform.deltaTransform(Point2D src, Point2D dst) CubicCurve2D.Double.getCtrlP1()CubicCurve2D.Float.getCtrlP1()abstract Point2DCubicCurve2D.getCtrlP1()CubicCurve2D.Double.getCtrlP2()CubicCurve2D.Float.getCtrlP2()abstract Point2DCubicCurve2D.getCtrlP2()QuadCurve2D.Double.getCtrlPt()QuadCurve2D.Float.getCtrlPt()abstract Point2DQuadCurve2D.getCtrlPt()GeneralPath.getCurrentPoint()CubicCurve2D.Double.getP1()CubicCurve2D.Float.getP1()abstract Point2DCubicCurve2D.getP1()Line2D.Double.getP1()Line2D.Float.getP1()abstract Point2DLine2D.getP1()QuadCurve2D.Double.getP1()QuadCurve2D.Float.getP1()abstract Point2DQuadCurve2D.getP1()CubicCurve2D.Double.getP2()CubicCurve2D.Float.getP2()abstract Point2DCubicCurve2D.getP2()Line2D.Double.getP2()Line2D.Float.getP2()abstract Point2DLine2D.getP2()QuadCurve2D.Double.getP2()QuadCurve2D.Float.getP2()abstract Point2DQuadCurve2D.getP2()AffineTransform.inverseTransform(Point2D src, Point2D dst) Methods in com.itextpdf.awt.geom with parameters of type Point2DModifier and TypeMethodDescriptionvoidbooleanbooleanbooleanbooleanbooleanbooleanAffineTransform.deltaTransform(Point2D src, Point2D dst) doubledoublePoint2D.distanceSq(Point2D p) AffineTransform.inverseTransform(Point2D src, Point2D dst) intdoubleLine2D.ptLineDist(Point2D p) doubleLine2D.ptLineDistSq(Point2D p) doubledoubleLine2D.ptSegDistSq(Point2D p) intLine2D.relativeCCW(Point2D p) voidvoidvoidvoidvoidRectangularShape.setFrame(Point2D loc, Dimension2D size) voidRectangularShape.setFrameFromCenter(Point2D center, Point2D corner) voidRectangularShape.setFrameFromDiagonal(Point2D p1, Point2D p2) voidvoidPoint2D.setLocation(Point2D p) voidConstructors in com.itextpdf.awt.geom with parameters of type Point2D -
Uses of Point2D in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return Point2DModifier and TypeMethodDescriptionPath.getCurrentPoint()The current point is the trailing endpoint of the segment most recently added to the current path.Subpath.getLastPoint()Subpath.getStartPoint()Methods in com.itextpdf.text.pdf.parser that return types with arguments of type Point2DModifier and TypeMethodDescriptionBezierCurve.getBasePoints()Treat base points as the points which are enough to construct a shape.Line.getBasePoints()Shape.getBasePoints()Treat base points as the points which are enough to construct a shape.BezierCurve.getPiecewiseLinearApproximation()You can adjust precision of the approximation by varying the following parameters:BezierCurve.curveCollinearityEpsilon,BezierCurve.distanceToleranceSquare,BezierCurve.distanceToleranceManhattanSubpath.getPiecewiseLinearApproximation()Methods in com.itextpdf.text.pdf.parser with parameters of type Point2DModifier and TypeMethodDescriptionvoidSubpath.setStartPoint(Point2D startPoint) Sets the start point of the subpath.Constructors in com.itextpdf.text.pdf.parser with parameters of type Point2DModifierConstructorDescriptionConstructs a new line based on the given coordinates.Constructs a new subpath starting at the given point.Constructor parameters in com.itextpdf.text.pdf.parser with type arguments of type Point2DModifierConstructorDescriptionBezierCurve(List<Point2D> controlPoints) Constructs new bezier curve.