public static class PDFSVGHandler.PDFInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
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
|
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
|
int |
width |
see PDF_WIDTH
|
Constructor | Description |
---|---|
PDFInfo() |
public PDFDocument pdfDoc
public java.io.OutputStream outputStream
public PDFPage pdfPage
public PDFResourceContext pdfContext
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
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.