org.apache.fop.render.pdf

Class PDFSVGHandler.PDFInfo

Enclosing Class:
PDFSVGHandler

public static class PDFSVGHandler.PDFInfo
extends java.lang.Object

PDF information structure for drawing the XML document.

Field Summary

Configuration
cfg
see PDF_HANDLER_CONFIGURATION
String
currentFontName
see PDF_FONT_NAME
int
currentFontSize
see PDF_FONT_SIZE
PDFStream
currentStream
see PDF_STREAM
int
currentXPosition
see PDF_XPOS
int
currentYPosition
see PDF_YPOS
FontInfo
fi
see PDF_FONT_INFO
int
height
see PDF_HEIGHT
OutputStream
outputStream
see OUTPUT_STREAM
boolean
paintAsBitmap
true if SVG should be rendered as a bitmap instead of natively
PDFResourceContext
pdfContext
see PDF_CONTEXT
PDFDocument
pdfDoc
see PDF_DOCUMENT
PDFPage
pdfPage
see PDF_PAGE
PDFState
pdfState
see PDF_STATE
int
width
see PDF_WIDTH

Field Details

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

fi

public FontInfo fi
see PDF_FONT_INFO

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

pdfContext

public PDFResourceContext pdfContext
see PDF_CONTEXT

pdfDoc

public PDFDocument pdfDoc
see PDF_DOCUMENT

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.