Package net.sf.jasperreports.pdf
Class PdfGlyphGraphics2D
- java.lang.Object
-
- java.awt.Graphics
-
- java.awt.Graphics2D
-
- com.lowagie.text.pdf.PdfGraphics2D
-
- net.sf.jasperreports.pdf.PdfGlyphGraphics2D
-
public class PdfGlyphGraphics2D extends com.lowagie.text.pdf.PdfGraphics2D
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description PdfGlyphGraphics2D(com.lowagie.text.pdf.PdfContentByte pdfContentByte, JRPdfExporter pdfExporter, ClassicPdfProducer pdfProducer, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clip(Shape s)
void
drawGlyphVector(GlyphVector glyphVector, float x, float y)
-
Methods inherited from class com.lowagie.text.pdf.PdfGraphics2D
addRenderingHints, asPoints, clearRect, clipRect, copyArea, create, dispose, doAttributes, draw, drawArc, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolyline, drawRect, drawRenderableImage, drawRenderedImage, drawRoundRect, drawString, drawString, drawString, drawString, fill, fillArc, fillOval, fillPolygon, fillRect, fillRoundRect, getBackground, getClip, getClipBounds, getColor, getComposite, getContent, getDeviceConfiguration, getFont, getFontMetrics, getFontRenderContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, hit, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setCompositeFontDrawerEnabled, setFont, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, setXORMode, shear, transform, translate, translate
-
Methods inherited from class java.awt.Graphics2D
draw3DRect, fill3DRect
-
Methods inherited from class java.awt.Graphics
create, drawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipBounds, getClipRect, getFontMetrics, hitClip, toString
-
-
-
-
Constructor Detail
-
PdfGlyphGraphics2D
public PdfGlyphGraphics2D(com.lowagie.text.pdf.PdfContentByte pdfContentByte, JRPdfExporter pdfExporter, ClassicPdfProducer pdfProducer, Locale locale)
-
-
Method Detail
-
clip
public void clip(Shape s)
- Overrides:
clip
in classcom.lowagie.text.pdf.PdfGraphics2D
-
drawGlyphVector
public void drawGlyphVector(GlyphVector glyphVector, float x, float y)
- Overrides:
drawGlyphVector
in classcom.lowagie.text.pdf.PdfGraphics2D
-
-