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 Dictionary
DictionaryObject.dictionary
protected Dictionary
Function.dictionary
The function dictionary.protected Dictionary
Pattern.dictionary
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 com.orsonpdf that return DictionaryModifier and TypeMethodDescriptionprivate Dictionary
Page.createDictionary()
private Dictionary
Pages.createDictionary()
private Dictionary
PDFFont.createDictionary()
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.private Dictionary
Page.createFontDictionary()
-
Uses of Dictionary in com.orsonpdf.shading
Fields in com.orsonpdf.shading declared as Dictionary