* @param quality the quality of the jpeg
* @return a <CODE>Graphics2D</CODE>
* @deprecated use the constructor in PdfPrinterGraphics2D
*/
public java.awt.Graphics2D createGraphics(final float width, final float height, final FontMapper fontMapper, final boolean convertImagesToJPEG, final float quality) {
return new PdfGraphics2D(this, width, height, fontMapper, false, convertImagesToJPEG, quality);
}