Class PDFSVGHandler.PDFInfo

  • Enclosing class:
    PDFSVGHandler

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

      • outputStream

        public java.io.OutputStream outputStream
        see OUTPUT_STREAM
      • pdfPage

        public PDFPage pdfPage
        see PDF_PAGE
      • width

        public int width
        see PDF_WIDTH
      • height

        public int height
        see PDF_HEIGHT
      • fi

        public FontInfo fi
        see PDF_FONT_INFO
      • currentFontName

        public java.lang.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 org.apache.avalon.framework.configuration.Configuration cfg
        see PDF_HANDLER_CONFIGURATION
      • paintAsBitmap

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

      • PDFInfo

        public PDFInfo()