Package com.itextpdf.forms.util
Class DrawingUtil
java.lang.Object
com.itextpdf.forms.util.DrawingUtil
Utility class to draw form fields
PdfFormField.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawCircle(PdfCanvas canvas, float centerX, float centerY, float radius) static voidstatic voiddrawPdfACheck(PdfCanvas canvas, float width, float height) static voiddrawPdfACheck(PdfCanvas canvas, float width, float height, float moveX, float moveY) static voiddrawPdfACircle(PdfCanvas canvas, float width, float height) static voiddrawPdfACircle(PdfCanvas canvas, float width, float height, float moveX, float moveY) static voiddrawPdfACross(PdfCanvas canvas, float width, float height) static voiddrawPdfACross(PdfCanvas canvas, float width, float height, float moveX, float moveY) static voiddrawPdfADiamond(PdfCanvas canvas, float width, float height) static voiddrawPdfADiamond(PdfCanvas canvas, float width, float height, float moveX, float moveY) static voiddrawPdfASquare(PdfCanvas canvas, float width, float height) static voiddrawPdfASquare(PdfCanvas canvas, float width, float height, float moveX, float moveY) static voiddrawPdfAStar(PdfCanvas canvas, float width, float height) static voiddrawPdfAStar(PdfCanvas canvas, float width, float height, float moveX, float moveY)
-
Field Details
-
check
- See Also:
-
circle
- See Also:
-
cross
- See Also:
-
diamond
- See Also:
-
square
- See Also:
-
star
- See Also:
-
-
Constructor Details
-
DrawingUtil
public DrawingUtil()
-
-
Method Details
-
drawPdfACheck
public static void drawPdfACheck(PdfCanvas canvas, float width, float height, float moveX, float moveY) -
drawPdfACheck
-
drawPdfACircle
public static void drawPdfACircle(PdfCanvas canvas, float width, float height, float moveX, float moveY) -
drawPdfACircle
-
drawPdfACross
public static void drawPdfACross(PdfCanvas canvas, float width, float height, float moveX, float moveY) -
drawPdfACross
-
drawPdfADiamond
public static void drawPdfADiamond(PdfCanvas canvas, float width, float height, float moveX, float moveY) -
drawPdfADiamond
-
drawPdfASquare
public static void drawPdfASquare(PdfCanvas canvas, float width, float height, float moveX, float moveY) -
drawPdfASquare
-
drawPdfAStar
public static void drawPdfAStar(PdfCanvas canvas, float width, float height, float moveX, float moveY) -
drawPdfAStar
-
drawCross
-
drawCircle
-