Uses of Class
com.orsonpdf.Dictionary
-
Packages that use Dictionary Package Description com.orsonpdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.shading Contains shading classes that support thePDFGraphics2D
implementation. -
-
Uses of Dictionary in com.orsonpdf
Fields in com.orsonpdf declared as Dictionary Modifier and Type Field Description protected 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 Dictionary Modifier and Type Method Description private 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 Modifier and Type Field Description protected Dictionary
Shading. dictionary
The dictionary.
-