Class PdfContentByte.GraphicState

  • Enclosing class:
    PdfContentByte

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

      Fields 
      Modifier and Type Field Description
      private float charSpace
      The current character spacing
      private ColorDetails colorDetails
      This is the color in use
      (package private) FontDetails fontDetails
      This is the font in use
      private float leading
      The current text leading.
      private float scale
      The current horizontal scaling
      (package private) float size
      This is the font size in use
      private float wordSpace
      The current word spacing
      private float xTLM
      The x position of the text line matrix.
      private float yTLM
      The y position of the text line matrix.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fontDetails

        FontDetails fontDetails
        This is the font in use
      • colorDetails

        private ColorDetails colorDetails
        This is the color in use
      • size

        float size
        This is the font size in use
      • xTLM

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

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

        private float leading
        The current text leading.
      • scale

        private float scale
        The current horizontal scaling
      • charSpace

        private float charSpace
        The current character spacing
      • wordSpace

        private float wordSpace
        The current word spacing