PDF Clown
0.1.2

Uses of Class
org.pdfclown.objects.PdfDictionary

Packages that use PdfDictionary
org.pdfclown.bytes I/O support. 
org.pdfclown.bytes.filters Stream encoding/decoding filters [PDF:1.6:3.3]. 
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
org.pdfclown.documents.contents.fonts Font type definitions used to draw text inside content streams [PDF:1.6:5]. 
org.pdfclown.documents.functions Static, self-contained numerical transformations that represent parameterized classes of functions, including mathematical formulas and sampled representations with arbitrary resolution [PDF:1.6:3.9]. 
org.pdfclown.files File-level objects [PDF:1.6:3.4]. 
org.pdfclown.objects Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. 
org.pdfclown.tokens PDF file serialization [PDF:1.6:3]. 
 

Uses of PdfDictionary in org.pdfclown.bytes
 

Methods in org.pdfclown.bytes with parameters of type PdfDictionary
 void IBuffer.decode(Filter filter, PdfDictionary parameters)
          Applies the specified filter to decode the buffer.
 void Buffer.decode(Filter filter, PdfDictionary parameters)
           
 byte[] IBuffer.encode(Filter filter, PdfDictionary parameters)
          Applies the specified filter to encode the buffer.
 byte[] Buffer.encode(Filter filter, PdfDictionary parameters)
           
 

Uses of PdfDictionary in org.pdfclown.bytes.filters
 

Methods in org.pdfclown.bytes.filters with parameters of type PdfDictionary
abstract  byte[] Filter.decode(byte[] data, int offset, int length, PdfDictionary parameters)
           
 byte[] FlateFilter.decode(byte[] data, int offset, int length, PdfDictionary parameters)
           
 byte[] ASCII85Filter.decode(byte[] data, int offset, int length, PdfDictionary parameters)
           
abstract  byte[] Filter.encode(byte[] data, int offset, int length, PdfDictionary parameters)
           
 byte[] FlateFilter.encode(byte[] data, int offset, int length, PdfDictionary parameters)
           
 byte[] ASCII85Filter.encode(byte[] data, int offset, int length, PdfDictionary parameters)
           
 

Uses of PdfDictionary in org.pdfclown.documents
 

Classes in org.pdfclown.documents with type parameters of type PdfDictionary
 class PageElements<TItem extends PdfObjectWrapper<PdfDictionary>>
          Page elements.
 

Methods in org.pdfclown.documents with parameters of type PdfDictionary
static PdfDirectObject Page.getInheritableAttribute(PdfDictionary pageObject, PdfName key)
          Gets the attribute value corresponding to the specified key, possibly recurring to its ancestor nodes in the page tree.
 

Uses of PdfDictionary in org.pdfclown.documents.contents
 

Constructors in org.pdfclown.documents.contents with parameters of type PdfDictionary
PropertyList(Document context, PdfDictionary baseDataObject)
           
 

Uses of PdfDictionary in org.pdfclown.documents.contents.colorSpaces
 

Methods in org.pdfclown.documents.contents.colorSpaces that return PdfDictionary
protected  PdfDictionary CIEBasedColorSpace.getDictionary()
          Gets this color space's dictionary.
protected  PdfDictionary Pattern.getDictionary()
          Gets this pattern's dictionary.
 

Uses of PdfDictionary in org.pdfclown.documents.contents.fonts
 

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

Methods in org.pdfclown.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 org.pdfclown.documents.functions
 

Methods in org.pdfclown.documents.functions that return PdfDictionary
protected  PdfDictionary Function.getDictionary()
          Gets this function's dictionary.
 

Uses of PdfDictionary in org.pdfclown.files
 

Methods in org.pdfclown.files that return PdfDictionary
 PdfDictionary File.getTrailer()
          Gets the file trailer.
 

Uses of PdfDictionary in org.pdfclown.objects
 

Methods in org.pdfclown.objects that return PdfDictionary
 PdfDictionary PdfDictionary.clone(File context)
           
 PdfDictionary PdfStream.getHeader()
          Gets the stream header.
 PdfDictionary PdfDictionary.swap(PdfObject other)
           
 

Methods in org.pdfclown.objects with parameters of type PdfDictionary
 void Cloner.Filter.afterClone(Cloner cloner, PdfDictionary parent, PdfName key, PdfDirectObject value)
          Notifies a complete clone operation on a dictionary entry.
 boolean Cloner.Filter.beforeClone(Cloner cloner, PdfDictionary parent, PdfName key, PdfDirectObject value)
          Notifies a starting clone operation on a dictionary entry.
 PdfObject Cloner.visit(PdfDictionary object, Object data)
           
 PdfObject Visitor.visit(PdfDictionary object, Object data)
           
 PdfObject IVisitor.visit(PdfDictionary object, Object data)
          Visits an object dictionary.
 

Constructors in org.pdfclown.objects with parameters of type PdfDictionary
PdfStream(PdfDictionary header)
           
PdfStream(PdfDictionary header, IBuffer body)
           
 

Uses of PdfDictionary in org.pdfclown.tokens
 

Methods in org.pdfclown.tokens that return PdfDictionary
 PdfDictionary Reader.FileInfo.getTrailer()
           
 

Methods in org.pdfclown.tokens with parameters of type PdfDictionary
protected  void Writer.updateTrailer(PdfDictionary trailer, IOutputStream stream)
          Updates the specified trailer.
 

Constructors in org.pdfclown.tokens with parameters of type PdfDictionary
ObjectStream(PdfDictionary header, IBuffer body)
           
XRefStream(PdfDictionary header, IBuffer body)
           
 


PDF Clown
0.1.2

Project home page

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