Package com.itextpdf.forms.util
Class DrawingUtil
java.lang.Object
com.itextpdf.forms.util.DrawingUtil
Utility class to draw form fields
PdfFormField
.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
drawCircle
(PdfCanvas canvas, float centerX, float centerY, float radius) static void
static void
drawPdfACheck
(PdfCanvas canvas, float width, float height) static void
drawPdfACheck
(PdfCanvas canvas, float width, float height, float moveX, float moveY) static void
drawPdfACircle
(PdfCanvas canvas, float width, float height) static void
drawPdfACircle
(PdfCanvas canvas, float width, float height, float moveX, float moveY) static void
drawPdfACross
(PdfCanvas canvas, float width, float height) static void
drawPdfACross
(PdfCanvas canvas, float width, float height, float moveX, float moveY) static void
drawPdfADiamond
(PdfCanvas canvas, float width, float height) static void
drawPdfADiamond
(PdfCanvas canvas, float width, float height, float moveX, float moveY) static void
drawPdfASquare
(PdfCanvas canvas, float width, float height) static void
drawPdfASquare
(PdfCanvas canvas, float width, float height, float moveX, float moveY) static void
drawPdfAStar
(PdfCanvas canvas, float width, float height) static void
drawPdfAStar
(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
-