PDF Clown
0.1.2

Uses of Interface
org.pdfclown.objects.IVisitable

Packages that use IVisitable
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 IVisitable in org.pdfclown.objects
 

Classes in org.pdfclown.objects that implement IVisitable
 class PdfArray
          PDF array object, that is a one-dimensional collection of (possibly-heterogeneous) objects arranged sequentially [PDF:1.7:3.2.5].
 class PdfBoolean
          PDF boolean object [PDF:1.6:3.2.1].
 class PdfDataObject
          PDF data object.
 class PdfDate
          PDF date object [PDF:1.6:3.8.3].
 class PdfDictionary
          PDF dictionary object [PDF:1.6:3.2.6].
 class PdfDirectObject
          Abstract PDF direct object.
 class PdfIndirectObject
          PDF indirect object [PDF:1.6:3.2.9].
 class PdfInteger
          PDF integer number object [PDF:1.6:3.2.2].
 class PdfName
          PDF name object [PDF:1.6:3.2.4].
 class PdfNumber<TValue extends Number>
          PDF number object [PDF:1.6:3.2.2].
 class PdfObject
          Abstract PDF object.
 class PdfReal
          PDF real number object [PDF:1.6:3.2.2].
 class PdfReference
          PDF indirect reference object [PDF:1.6:3.2.9].
 class PdfSimpleObject<TValue>
          Abstract PDF simple object.
 class PdfStream
          PDF stream object [PDF:1.6:3.2.7].
 class PdfString
          PDF string object [PDF:1.6:3.2.3].
 class PdfTextString
          PDF text string object [PDF:1.6:3.8.1].
 

Uses of IVisitable in org.pdfclown.tokens
 

Classes in org.pdfclown.tokens that implement IVisitable
 class ObjectStream
          Object stream containing a sequence of PDF objects [PDF:1.6:3.4.6].
 class XRefStream
          Cross-reference stream containing cross-reference information [PDF:1.6:3.4.7].
 


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.