PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.ContentScanner

Packages that use ContentScanner
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.composition Typographic composition. 
org.pdfclown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
 

Uses of ContentScanner in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return ContentScanner
 ContentScanner ContentScanner.getChildLevel()
          Gets the current child scan level.
 ContentScanner ContentScanner.getParentLevel()
          Gets the parent scan level.
 ContentScanner ContentScanner.getRootLevel()
          Gets the root scan level.
 ContentScanner ContentScanner.GraphicsState.getScanner()
          Gets the scanner associated to this state.
 

Methods in org.pdfclown.documents.contents with parameters of type ContentScanner
 void ContentScanner.IListener.onStart(ContentScanner scanner)
          Notifies the scan start.
 

Constructors in org.pdfclown.documents.contents with parameters of type ContentScanner
ContentScanner(FormXObject formXObject, ContentScanner parentLevel)
          Instantiates a child-level content scanner for external form.
 

Uses of ContentScanner in org.pdfclown.documents.contents.composition
 

Methods in org.pdfclown.documents.contents.composition that return ContentScanner
 ContentScanner BlockComposer.getScanner()
          Gets the content scanner.
 ContentScanner PrimitiveComposer.getScanner()
          Gets the content stream scanner.
 

Methods in org.pdfclown.documents.contents.composition with parameters of type ContentScanner
 void PrimitiveComposer.setScanner(ContentScanner value)
           
 

Constructors in org.pdfclown.documents.contents.composition with parameters of type ContentScanner
PrimitiveComposer(ContentScanner scanner)
           
 

Uses of ContentScanner in org.pdfclown.documents.contents.objects
 

Methods in org.pdfclown.documents.contents.objects that return ContentScanner
 ContentScanner XObject.getScanner(ContentScanner context)
          Gets the scanner for this object's contents.
 ContentScanner PaintXObject.getScanner(ContentScanner context)
          Gets the scanner for the contents of the painted external object.
 

Methods in org.pdfclown.documents.contents.objects with parameters of type ContentScanner
 ContentScanner XObject.getScanner(ContentScanner context)
          Gets the scanner for this object's contents.
 ContentScanner PaintXObject.getScanner(ContentScanner context)
          Gets the scanner for the contents of the painted external object.
 


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.