Uses of Class
com.winnovative_software.PointFloat
-
Uses of PointFloat in com.winnovative_software
Fields in com.winnovative_software declared as PointFloatMethods in com.winnovative_software that return PointFloatModifier and TypeMethodDescriptionExplicitDestination.point()
Gets the destination point in destination pagePolygonElement.points()
Gets the polygon pointsMethods in com.winnovative_software with parameters of type PointFloatModifier and TypeMethodDescriptionvoid
PathElement.addBezierCurveSegment
(PointFloat startPoint, PointFloat directionPoint, PointFloat endPoint) Adds a Bezier curve to pathvoid
PathElement.addLineSegment
(PointFloat endPoint) Adds a line to pathvoid
PolygonElement.setPoints
(PointFloat[] points) Sets the polygon pointsConstructors in com.winnovative_software 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