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

    Constructors
    Constructor
    Description
    PdfGlyphGraphics2D(com.lowagie.text.pdf.PdfContentByte pdfContentByte, JRPdfExporter pdfExporter, ClassicPdfProducer pdfProducer, Locale locale)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    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.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • clip

      public void clip(Shape s)
      Overrides:
      clip in class com.lowagie.text.pdf.PdfGraphics2D
    • drawGlyphVector

      public void drawGlyphVector(GlyphVector glyphVector, float x, float y)
      Overrides:
      drawGlyphVector in class com.lowagie.text.pdf.PdfGraphics2D