Package org.apache.fop.render.pdf
Class PDFSVGHandler.PDFInfo
- java.lang.Object
-
- org.apache.fop.render.pdf.PDFSVGHandler.PDFInfo
-
- Enclosing class:
- PDFSVGHandler
public static class PDFSVGHandler.PDFInfo extends java.lang.Object
PDF information structure for drawing the XML document.
-
-
Field Summary
Fields Modifier and Type Field Description Configuration
cfg
see PDF_HANDLER_CONFIGURATIONjava.lang.String
currentFontName
see PDF_FONT_NAMEint
currentFontSize
see PDF_FONT_SIZEint
currentXPosition
see PDF_XPOSint
currentYPosition
see PDF_YPOSFontInfo
fi
see PDF_FONT_INFOint
height
see PDF_HEIGHTjava.io.OutputStream
outputStream
see OUTPUT_STREAMboolean
paintAsBitmap
true if SVG should be rendered as a bitmap instead of nativelyPDFResourceContext
pdfContext
see PDF_CONTEXTPDFDocument
pdfDoc
see PDF_DOCUMENTPDFPage
pdfPage
see PDF_PAGEint
width
see PDF_WIDTH
-
Constructor Summary
Constructors Constructor Description PDFInfo()
-
-
-
Field Detail
-
pdfDoc
public PDFDocument pdfDoc
see PDF_DOCUMENT
-
outputStream
public java.io.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 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 Configuration cfg
see PDF_HANDLER_CONFIGURATION
-
paintAsBitmap
public boolean paintAsBitmap
true if SVG should be rendered as a bitmap instead of natively
-
-