org.apache.fop.render.pdf
Class PDFSVGHandler.PDFInfo
java.lang.Object
org.apache.fop.render.pdf.PDFSVGHandler.PDFInfo
- PDFSVGHandler
public static class PDFSVGHandler.PDFInfo
extends java.lang.Object
PDF information structure for drawing the XML document.
cfg
public Configuration cfg
see PDF_HANDLER_CONFIGURATION
currentFontName
public String currentFontName
see PDF_FONT_NAME
currentFontSize
public int currentFontSize
see PDF_FONT_SIZE
currentStream
public PDFStream currentStream
see PDF_STREAM
currentXPosition
public int currentXPosition
see PDF_XPOS
currentYPosition
public int currentYPosition
see PDF_YPOS
height
public int height
see PDF_HEIGHT
outputStream
public OutputStream outputStream
see OUTPUT_STREAM
paintAsBitmap
public boolean paintAsBitmap
true if SVG should be rendered as a bitmap instead of natively
pdfPage
public PDFPage pdfPage
see PDF_PAGE
pdfState
public PDFState pdfState
see PDF_STATE
width
public int width
see PDF_WIDTH
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.