Class PdfContentByte.GraphicState

java.lang.Object
com.lowagie.text.pdf.PdfContentByte.GraphicState
Enclosing class:
PdfContentByte

static class PdfContentByte.GraphicState extends Object
This class keeps the graphic state of the current page
  • Field Details

    • xTLM

      protected float xTLM
      The x position of the text line matrix.
    • yTLM

      protected float yTLM
      The y position of the text line matrix.
    • leading

      protected float leading
      The current text leading.
    • scale

      protected float scale
      The current horizontal scaling
    • charSpace

      protected float charSpace
      The current character spacing
    • wordSpace

      protected float wordSpace
      The current word spacing
    • colorFill

      protected ExtendedColor colorFill
    • colorStroke

      protected ExtendedColor colorStroke
    • extGState

      protected PdfObject extGState
    • fontDetails

      FontDetails fontDetails
      This is the font in use
    • colorDetails

      ColorDetails colorDetails
      This is the color in use
    • size

      float size
      This is the font size in use
  • Constructor Details

  • Method Details