Java Doc for PDFStreamEngine.java in  » PDF » PDFBox-0.7.3 » org » pdfbox » util » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » PDF » PDFBox 0.7.3 » org.pdfbox.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.pdfbox.util.PDFStreamEngine

All known Subclasses:   org.pdfbox.util.PDFTextStripper,  org.pdfbox.pdfviewer.PageDrawer,  org.pdfbox.pdmodel.font.Type3StreamParser,  org.pdfbox.examples.util.PrintImageLocations,
PDFStreamEngine
public class PDFStreamEngine (Code)
This class will run through a PDF content stream and execute certain operations and provide a callback interface for clients that want to do things with the stream. See the PDFTextStripper class for an example of how to use this class.
author:
   Ben Litchfield
version:
   $Revision: 1.35 $



Constructor Summary
public  PDFStreamEngine()
     Constructor.
public  PDFStreamEngine(Properties properties)
     Constructor with engine properties.

Method Summary
public  MapgetColorSpaces()
    
public  PDPagegetCurrentPage()
     Get the current page that is being processed.
public  MapgetFonts()
    
public  StackgetGraphicsStack()
    
public  PDGraphicsStategetGraphicsState()
    
public  MapgetGraphicsStates()
    
public  PDResourcesgetResources()
    
public  MatrixgetTextLineMatrix()
    
public  MatrixgetTextMatrix()
    
public  MapgetXObjects()
    
public  voidprocessOperator(String operation, List arguments)
     This is used to handle an operation.
protected  voidprocessOperator(PDFOperator operator, List arguments)
     This is used to handle an operation.
public  voidprocessStream(PDPage aPage, PDResources resources, COSStream cosStream)
     This will process the contents of the stream.
public  voidprocessSubStream(PDPage aPage, PDResources resources, COSStream cosStream)
     Process a sub stream of the current stream.
public  voidregisterOperatorProcessor(String operator, OperatorProcessor op)
     Register a custom operator processor with the engine.
public  voidresetEngine()
     This method must be called between processing documents.
public  voidsetColorSpaces(Map value)
    
public  voidsetFonts(Map value)
    
public  voidsetGraphicsStack(Stack value)
    
public  voidsetGraphicsState(PDGraphicsState value)
    
public  voidsetGraphicsStates(Map value)
    
public  voidsetTextLineMatrix(Matrix value)
    
public  voidsetTextMatrix(Matrix value)
    
protected  voidshowCharacter(TextPosition text)
     A method provided as an event interface to allow a subclass to perform some specific functionality when a character needs to be displayed.
public  voidshowString(byte[] string)
     You should override this method if you want to perform an action when a string is being shown.


Constructor Detail
PDFStreamEngine
public PDFStreamEngine()(Code)
Constructor.



PDFStreamEngine
public PDFStreamEngine(Properties properties) throws IOException(Code)
Constructor with engine properties. The property keys are all PDF operators, the values are class names used to execute those operators.
Parameters:
  properties - The engine properties.
throws:
  IOException - If there is an error setting the engine properties.




Method Detail
getColorSpaces
public Map getColorSpaces()(Code)
Returns the colorSpaces.



getCurrentPage
public PDPage getCurrentPage()(Code)
Get the current page that is being processed. The page being processed.



getFonts
public Map getFonts()(Code)
Returns the fonts.



getGraphicsStack
public Stack getGraphicsStack()(Code)
Returns the graphicsStack.



getGraphicsState
public PDGraphicsState getGraphicsState()(Code)
Returns the graphicsState.



getGraphicsStates
public Map getGraphicsStates()(Code)
Returns the graphicsStates.



getResources
public PDResources getResources()(Code)
Returns the resources.



getTextLineMatrix
public Matrix getTextLineMatrix()(Code)
Returns the textLineMatrix.



getTextMatrix
public Matrix getTextMatrix()(Code)
Returns the textMatrix.



getXObjects
public Map getXObjects()(Code)
Returns the colorSpaces.



processOperator
public void processOperator(String operation, List arguments) throws IOException(Code)
This is used to handle an operation.
Parameters:
  operation - The operation to perform.
Parameters:
  arguments - The list of arguments.
throws:
  IOException - If there is an error processing the operation.



processOperator
protected void processOperator(PDFOperator operator, List arguments) throws IOException(Code)
This is used to handle an operation.
Parameters:
  operator - The operation to perform.
Parameters:
  arguments - The list of arguments.
throws:
  IOException - If there is an error processing the operation.



processStream
public void processStream(PDPage aPage, PDResources resources, COSStream cosStream) throws IOException(Code)
This will process the contents of the stream.
Parameters:
  aPage - The page.
Parameters:
  resources - The location to retrieve resources.
Parameters:
  cosStream - the Stream to execute.
throws:
  IOException - if there is an error accessing the stream.



processSubStream
public void processSubStream(PDPage aPage, PDResources resources, COSStream cosStream) throws IOException(Code)
Process a sub stream of the current stream.
Parameters:
  aPage - The page used for drawing.
Parameters:
  resources - The resources used when processing the stream.
Parameters:
  cosStream - The stream to process.
throws:
  IOException - If there is an exception while processing the stream.



registerOperatorProcessor
public void registerOperatorProcessor(String operator, OperatorProcessor op)(Code)
Register a custom operator processor with the engine.
Parameters:
  operator - The operator as a string.
Parameters:
  op - Processor instance.



resetEngine
public void resetEngine()(Code)
This method must be called between processing documents. The PDFStreamEngine caches information for the document between pages and this will release the cached information. This only needs to be called if processing a new document.



setColorSpaces
public void setColorSpaces(Map value)(Code)

Parameters:
  value - The colorSpaces to set.



setFonts
public void setFonts(Map value)(Code)

Parameters:
  value - The fonts to set.



setGraphicsStack
public void setGraphicsStack(Stack value)(Code)

Parameters:
  value - The graphicsStack to set.



setGraphicsState
public void setGraphicsState(PDGraphicsState value)(Code)

Parameters:
  value - The graphicsState to set.



setGraphicsStates
public void setGraphicsStates(Map value)(Code)

Parameters:
  value - The graphicsStates to set.



setTextLineMatrix
public void setTextLineMatrix(Matrix value)(Code)

Parameters:
  value - The textLineMatrix to set.



setTextMatrix
public void setTextMatrix(Matrix value)(Code)

Parameters:
  value - The textMatrix to set.



showCharacter
protected void showCharacter(TextPosition text)(Code)
A method provided as an event interface to allow a subclass to perform some specific functionality when a character needs to be displayed.
Parameters:
  text - The character to be displayed.



showString
public void showString(byte[] string) throws IOException(Code)
You should override this method if you want to perform an action when a string is being shown.
Parameters:
  string - The string to display.
throws:
  IOException - If there is an error showing the string



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.