Class PdfGlyphGraphics2D


  • public class PdfGlyphGraphics2D
    extends com.lowagie.text.pdf.PdfGraphics2D
    Author:
    Lucian Chirita ([email protected])
    • 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
    • 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
    • Constructor Detail

    • Method Detail

      • 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