|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.pdf.PDFSVGHandler.PDFInfo
public static class PDFSVGHandler.PDFInfo
PDF information structure for drawing the XML document.
Field Summary | |
---|---|
org.apache.avalon.framework.configuration.Configuration |
cfg
see PDF_HANDLER_CONFIGURATION |
java.lang.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 |
java.io.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 |
Constructor Summary | |
---|---|
PDFSVGHandler.PDFInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public PDFDocument pdfDoc
public java.io.OutputStream outputStream
public PDFState pdfState
public PDFPage pdfPage
public PDFResourceContext pdfContext
public PDFStream currentStream
public int width
public int height
public FontInfo fi
public java.lang.String currentFontName
public int currentFontSize
public int currentXPosition
public int currentYPosition
public org.apache.avalon.framework.configuration.Configuration cfg
public boolean paintAsBitmap
Constructor Detail |
---|
public PDFSVGHandler.PDFInfo()
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |