public class DrawingUtil extends Object
PdfFormField
.
Modifier and Type | Field and Description |
---|---|
protected static String |
check |
protected static String |
circle |
protected static String |
cross |
protected static String |
diamond |
protected static String |
square |
protected static String |
star |
Constructor and Description |
---|
DrawingUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
drawCircle(PdfCanvas canvas, float centerX, float centerY, float radius) |
static void |
drawCross(PdfCanvas canvas, float width, float height, float borderWidth) |
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) |
protected static final String check
protected static final String circle
protected static final String cross
protected static final String diamond
protected static final String square
protected static final String star
public static void drawPdfACheck(PdfCanvas canvas, float width, float height, float moveX, float moveY)
public static void drawPdfACheck(PdfCanvas canvas, float width, float height)
public static void drawPdfACircle(PdfCanvas canvas, float width, float height, float moveX, float moveY)
public static void drawPdfACircle(PdfCanvas canvas, float width, float height)
public static void drawPdfACross(PdfCanvas canvas, float width, float height, float moveX, float moveY)
public static void drawPdfACross(PdfCanvas canvas, float width, float height)
public static void drawPdfADiamond(PdfCanvas canvas, float width, float height, float moveX, float moveY)
public static void drawPdfADiamond(PdfCanvas canvas, float width, float height)
public static void drawPdfASquare(PdfCanvas canvas, float width, float height, float moveX, float moveY)
public static void drawPdfASquare(PdfCanvas canvas, float width, float height)
public static void drawPdfAStar(PdfCanvas canvas, float width, float height, float moveX, float moveY)
public static void drawPdfAStar(PdfCanvas canvas, float width, float height)
public static void drawCross(PdfCanvas canvas, float width, float height, float borderWidth)
public static void drawCircle(PdfCanvas canvas, float centerX, float centerY, float radius)
Copyright © 1998–2018 iText Group NV. All rights reserved.