Uses of Class
org.jfree.pdf.PDFHints.Key
-
Packages that use PDFHints.Key Package Description org.jfree.pdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF). -
-
Uses of PDFHints.Key in org.jfree.pdf
Fields in org.jfree.pdf declared as PDFHints.Key Modifier and Type Field Description static PDFHints.Key
PDFHints. KEY_DRAW_STRING_TYPE
The key for the hint that controls whether strings are rendered as characters (standard PDF output) or vector graphics (implemented usingTextLayout
).
-