Generated by
JDiff

Class com.itextpdf.forms.util.DrawingUtil

Changed Methods
void  drawCircle( PdfCanvas, float , float , float ) Documentation changed from old to new.
Draws a circle with the specified radius.
void  drawCross( PdfCanvas, float , float , float ) Documentation changed from old to new.
Draws a cross with the specified width and height.
void  drawPdfACheck( PdfCanvas, float , float ) Documentation changed from old to new.
Draws a PDF A compliant check mark in the specified rectangle.
void  drawPdfACheck( PdfCanvas, float , float , float , float ) Documentation changed from old to new.
Draws a PDF A compliant check mark in the specified rectangle.
void  drawPdfACircle( PdfCanvas, float , float ) Documentation changed from old to new.
Draws a PDF A compliant circle in the specified rectangle.
void  drawPdfACircle( PdfCanvas, float , float , float , float ) Documentation changed from old to new.
Draws a PDF A compliant circle in the specified rectangle.
void  drawPdfACross( PdfCanvas, float , float ) Documentation changed from old to new.
Draws a PDF A compliant cross in the specified rectangle.
void  drawPdfACross( PdfCanvas, float , float , float , float ) Documentation changed from old to new.
Draws a PDF A compliant cross in the specified rectangle.
void  drawPdfADiamond( PdfCanvas, float , float ) Documentation changed from old to new.
Draws a PDF A compliant diamond in the specified rectangle.
void  drawPdfADiamond( PdfCanvas, float , float , float , float ) Documentation changed from old to new.
Draws a PDF A compliant diamond in the specified rectangle.
void  drawPdfASquare( PdfCanvas, float , float ) Documentation changed from old to new.
Draws a PDF A compliant square in the specified rectangle.
void  drawPdfASquare( PdfCanvas, float , float , float , float ) Documentation changed from old to new.
Draws a PDF A compliant square in the specified rectangle.
void  drawPdfAStar( PdfCanvas, float , float ) Documentation changed from old to new.
Draws a PDF A compliant star in the specified rectangle.
void  drawPdfAStar( PdfCanvas, float , float , float , float ) Documentation changed from old to new.
Draws a PDF A compliant star in the specified rectangle.