Class PDFSVGHandler.PDFInfo

java.lang.Object
org.apache.fop.render.pdf.PDFSVGHandler.PDFInfo
Enclosing class:
PDFSVGHandler

public static class PDFSVGHandler.PDFInfo extends Object
PDF information structure for drawing the XML document.
  • Field Details

    • pdfDoc

      public PDFDocument pdfDoc
      see PDF_DOCUMENT
    • outputStream

      public OutputStream outputStream
      see OUTPUT_STREAM
    • pdfPage

      public PDFPage pdfPage
      see PDF_PAGE
    • pdfContext

      public PDFResourceContext pdfContext
      see PDF_CONTEXT
    • width

      public int width
      see PDF_WIDTH
    • height

      public int height
      see PDF_HEIGHT
    • fi

      public FontInfo fi
      see PDF_FONT_INFO
    • currentFontName

      public String currentFontName
      see PDF_FONT_NAME
    • currentFontSize

      public int currentFontSize
      see PDF_FONT_SIZE
    • currentXPosition

      public int currentXPosition
      see PDF_XPOS
    • currentYPosition

      public int currentYPosition
      see PDF_YPOS
    • cfg

      public Configuration cfg
      see PDF_HANDLER_CONFIGURATION
    • paintAsBitmap

      public boolean paintAsBitmap
      true if SVG should be rendered as a bitmap instead of natively
  • Constructor Details

    • PDFInfo

      public PDFInfo()