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)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.lowagie.text.pdf.PdfGraphics2D
com.lowagie.text.pdf.PdfGraphics2D.HyperLinkKey -
Field Summary
Fields inherited from class com.lowagie.text.pdf.PdfGraphics2D
AFM_DIVISOR, currentFillGState, currentStrokeGState, fillGState, strokeGState, underline -
Constructor Summary
ConstructorsConstructorDescriptionPdfGlyphGraphics2D(com.lowagie.text.pdf.PdfContentByte pdfContentByte, JRPdfExporter pdfExporter, ClassicPdfProducer pdfProducer, Locale locale) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddrawGlyphVector(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, translateMethods inherited from class java.awt.Graphics2D
draw3DRect, fill3DRectMethods inherited from class java.awt.Graphics
create, drawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipBounds, getClipRect, getFontMetrics, hitClip, toString
-
Constructor Details
-
PdfGlyphGraphics2D
public PdfGlyphGraphics2D(com.lowagie.text.pdf.PdfContentByte pdfContentByte, JRPdfExporter pdfExporter, ClassicPdfProducer pdfProducer, Locale locale)
-
-
Method Details
-
clip
- Overrides:
clipin classcom.lowagie.text.pdf.PdfGraphics2D
-
drawGlyphVector
- Overrides:
drawGlyphVectorin classcom.lowagie.text.pdf.PdfGraphics2D
-