Uses of Class
org.jfree.pdf.dictionary.Dictionary
-
Packages that use Dictionary Package Description org.jfree.pdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).org.jfree.pdf.dictionary org.jfree.pdf.function org.jfree.pdf.internal org.jfree.pdf.shading Contains shading classes that support thePDFGraphics2D
implementation.org.jfree.pdf.stream -
-
Uses of Dictionary in org.jfree.pdf
Fields in org.jfree.pdf declared as Dictionary Modifier and Type Field Description private Dictionary
Page. graphicsStates
The ExtGState dictionary for the page.private Dictionary
Page. patterns
The pattern dictionary for this page.private Dictionary
Page. xObjects
Methods in org.jfree.pdf that return Dictionary Modifier and Type Method Description private Dictionary
Page. createDictionary()
private Dictionary
Page. createFontDictionary()
-
Uses of Dictionary in org.jfree.pdf.dictionary
Fields in org.jfree.pdf.dictionary declared as Dictionary Modifier and Type Field Description protected Dictionary
DictionaryObject. dictionary
-
Uses of Dictionary in org.jfree.pdf.function
Fields in org.jfree.pdf.function declared as Dictionary Modifier and Type Field Description protected Dictionary
Function. dictionary
The function dictionary. -
Uses of Dictionary in org.jfree.pdf.internal
Fields in org.jfree.pdf.internal declared as Dictionary Modifier and Type Field Description protected Dictionary
Pattern. dictionary
Methods in org.jfree.pdf.internal that return Dictionary Modifier and Type Method Description private Dictionary
Pages. createDictionary()
private Dictionary
PDFFont. createDictionary()
-
Uses of Dictionary in org.jfree.pdf.shading
Fields in org.jfree.pdf.shading declared as Dictionary Modifier and Type Field Description protected Dictionary
Shading. dictionary
The dictionary. -
Uses of Dictionary in org.jfree.pdf.stream
Methods in org.jfree.pdf.stream that return Dictionary Modifier and Type Method Description protected Dictionary
PDFImage. createDictionary(int streamLength)
Creates a dictionary reflecting the current configuration for this image.protected Dictionary
PDFSoftMaskImage. createDictionary(int streamLength)
Creates a dictionary reflecting the current configuration for this image.protected Dictionary
Stream. createDictionary(int streamLength)
Creates the dictionary for this stream object.
-