Uses of Class
org.jfree.pdf.dictionary.DictionaryObject
-
Packages that use DictionaryObject Package Description org.jfree.pdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).org.jfree.pdf.dictionary -
-
Uses of DictionaryObject in org.jfree.pdf
Fields in org.jfree.pdf declared as DictionaryObject Modifier and Type Field Description private DictionaryObject
PDFDocument. catalog
The document catalog.private DictionaryObject
PDFDocument. info
Document info.private DictionaryObject
PDFDocument. outlines
The outlines (placeholder, outline support is not implemented). -
Uses of DictionaryObject in org.jfree.pdf.dictionary
Subclasses of DictionaryObject in org.jfree.pdf.dictionary Modifier and Type Class Description class
GraphicsStateDictionary
A graphics state dictionary.
-