Uses of Class
com.evopdf.PointFloat
-
Uses of PointFloat in com.evopdf
Fields in com.evopdf declared as PointFloatMethods in com.evopdf that return PointFloatModifier and TypeMethodDescriptionExplicitDestination.point()Gets the destination point in destination pagePolygonElement.points()Gets the polygon pointsMethods in com.evopdf with parameters of type PointFloatModifier and TypeMethodDescriptionvoidPathElement.addBezierCurveSegment(PointFloat startPoint, PointFloat directionPoint, PointFloat endPoint) Adds a Bezier curve to pathvoidPathElement.addLineSegment(PointFloat endPoint) Adds a line to pathvoidPolygonElement.setPoints(PointFloat[] points) Sets the polygon pointsConstructors in com.evopdf with parameters of type PointFloatModifierConstructorDescriptionExplicitDestination(PdfPage page, PointFloat point) Constructs a destination to the specified location in the specified pageExplicitDestination(PdfPage page, PointFloat point, DestinationViewMode viewMode) Constructs a destination to the specified location in the specified page and with the specified view mode of the destination pageLinePathSegment(PointFloat endPoint) PathElement(PointFloat startPoint) Creates a graphic path elementPolygonElement(PointFloat[] points) Constructs a polygon element