Uses of Class
com.orsonpdf.Dictionary
Packages that use Dictionary
Package
Description
Contains
PDFGraphics2D and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).Contains shading classes that support the
PDFGraphics2D
implementation.-
Uses of Dictionary in com.orsonpdf
Fields in com.orsonpdf declared as DictionaryModifier and TypeFieldDescriptionprotected final 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 DictionaryModifier and TypeMethodDescriptionprivate 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