PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.objects.PdfDictionary

Packages that use PdfDictionary
it.stefanochizzolini.clown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
it.stefanochizzolini.clown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
it.stefanochizzolini.clown.documents.contents.fonts Font type definitions used to draw text inside content streams [PDF:1.6:5]. 
it.stefanochizzolini.clown.files File-level objects [PDF:1.6:3.4]. 
it.stefanochizzolini.clown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
it.stefanochizzolini.clown.tokens PDF file serialization [PDF:1.6:3]. 
 

Uses of PdfDictionary in it.stefanochizzolini.clown.documents.contents
 

Constructors in it.stefanochizzolini.clown.documents.contents with parameters of type PdfDictionary
ExtGState(Document context, PdfDictionary baseDataObject)
           
 

Uses of PdfDictionary in it.stefanochizzolini.clown.documents.contents.colorSpaces
 

Methods in it.stefanochizzolini.clown.documents.contents.colorSpaces that return PdfDictionary
 PdfDictionary CIEBasedColorSpace.getParameters()
           
 

Uses of PdfDictionary in it.stefanochizzolini.clown.documents.contents.fonts
 

Methods in it.stefanochizzolini.clown.documents.contents.fonts that return PdfDictionary
protected  PdfDictionary CompositeFont.getCIDFontDictionary()
          Gets the CIDFont dictionary that is the descendant of this composite font.
protected abstract  PdfDictionary Font.getDescriptor()
          Gets the font descriptor.
protected  PdfDictionary SimpleFont.getDescriptor()
           
protected  PdfDictionary CompositeFont.getDescriptor()
           
 

Methods in it.stefanochizzolini.clown.documents.contents.fonts with parameters of type PdfDictionary
protected  void SimpleFont.loadEncodingDifferences(PdfDictionary encodingDictionary, Map<ByteArray,Integer> codes)
          Loads the encoding differences into the given collection.
 

Uses of PdfDictionary in it.stefanochizzolini.clown.files
 

Methods in it.stefanochizzolini.clown.files that return PdfDictionary
 PdfDictionary File.getTrailer()
           
 

Uses of PdfDictionary in it.stefanochizzolini.clown.objects
 

Methods in it.stefanochizzolini.clown.objects that return PdfDictionary
 PdfDictionary PdfStream.getHeader()
           
 

Constructors in it.stefanochizzolini.clown.objects with parameters of type PdfDictionary
PdfStream(PdfDictionary header)
           
PdfStream(PdfDictionary header, IBuffer body)
           
 

Uses of PdfDictionary in it.stefanochizzolini.clown.tokens
 

Methods in it.stefanochizzolini.clown.tokens that return PdfDictionary
 PdfDictionary Reader.readTrailer()
           
 

Methods in it.stefanochizzolini.clown.tokens with parameters of type PdfDictionary
 XRefEntry[] Reader.readXRefTable(PdfDictionary trailer)
          Retrieves the xref-table.
 


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.