Uses of Class
com.orsonpdf.Dictionary
-
Packages that use Dictionary Package Description com.orsonpdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.shading Contains shading classes that support thePDFGraphics2Dimplementation. -
-
Uses of Dictionary in com.orsonpdf
Fields in com.orsonpdf declared as Dictionary Modifier and Type Field Description protected DictionaryDictionaryObject. dictionaryprotected DictionaryFunction. dictionaryThe function dictionary.protected DictionaryPattern. dictionaryprivate DictionaryPage. graphicsStatesThe ExtGState dictionary for the page.private DictionaryPage. patternsThe pattern dictionary for this page.private DictionaryPage. xObjectsMethods in com.orsonpdf that return Dictionary Modifier and Type Method Description private DictionaryPage. createDictionary()private DictionaryPages. createDictionary()private DictionaryPDFFont. createDictionary()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.private DictionaryPage. createFontDictionary() -
Uses of Dictionary in com.orsonpdf.shading
Fields in com.orsonpdf.shading declared as Dictionary Modifier and Type Field Description protected DictionaryShading. dictionaryThe dictionary.
-