Uses of Class
org.jfree.pdf.dictionary.Dictionary
-
Packages that use Dictionary Package Description org.jfree.pdf ContainsPDFGraphics2Dand 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 thePDFGraphics2Dimplementation.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 DictionaryPage. graphicsStatesThe ExtGState dictionary for the page.private DictionaryPage. patternsThe pattern dictionary for this page.private DictionaryPage. xObjectsMethods in org.jfree.pdf that return Dictionary Modifier and Type Method Description private DictionaryPage. createDictionary()private DictionaryPage. createFontDictionary() -
Uses of Dictionary in org.jfree.pdf.dictionary
Fields in org.jfree.pdf.dictionary declared as Dictionary Modifier and Type Field Description protected DictionaryDictionaryObject. dictionary -
Uses of Dictionary in org.jfree.pdf.function
Fields in org.jfree.pdf.function declared as Dictionary Modifier and Type Field Description protected DictionaryFunction. dictionaryThe 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 DictionaryPattern. dictionaryMethods in org.jfree.pdf.internal that return Dictionary Modifier and Type Method Description private DictionaryPages. createDictionary()private DictionaryPDFFont. createDictionary() -
Uses of Dictionary in org.jfree.pdf.shading
Fields in org.jfree.pdf.shading declared as Dictionary Modifier and Type Field Description protected DictionaryShading. dictionaryThe dictionary. -
Uses of Dictionary in org.jfree.pdf.stream
Methods in org.jfree.pdf.stream that return Dictionary Modifier and Type Method Description protected DictionaryPDFImage. createDictionary(int streamLength)Creates a dictionary reflecting the current configuration for this image.protected DictionaryPDFSoftMaskImage. createDictionary(int streamLength)Creates a dictionary reflecting the current configuration for this image.protected DictionaryStream. createDictionary(int streamLength)Creates the dictionary for this stream object.
-