de.intarsys.pdf.content

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 » jPod » de.intarsys.pdf.content 
de.intarsys.pdf.content
The "content" package contains functionality to work on PDF content streams. Content streams are the PDF way of expressing page or form visual content, expressed using the PDF content stream operators.

Content streams define a page or form content, implemented using COSStreams with a specific format. The stream data is built using a sequence of content stream operators. The stream dictionary additionally contains resources referenced by these operators.

This package contains higher level abstractions of the COSStream representing a content stream, CSContent, CSOperation and CSOperator.

A list of all known CSOperators is provided with CSOperators.

A framework for interpreting content streams is provided with ICSInterpreter and ICSDevice.

Java Source File NameTypeComment
CSContent.javaClass Represents the tokenized content of a PDF rendering program which is called a "content stream".

A PDF rendering program is a sequence of operations, each build by a list of operands followed by the operator.

Any visual appearance in a PDF document is build on a content stream.

CSDeviceAdapter.javaClass An adapter implementation for ICSDevice.
CSDeviceBasedInterpreter.javaClass A content stream interpreter for PDF graphics primitives that delegates execution to an ICSDevice object.
CSError.javaClass An error while procssing a content stream.
CSException.javaClass An exceptional condition encountered while procesing a content streams operations.
CSInterpreter.javaClass An abstrct superclass for implementing an interpreter for PDF content streams.
CSInterpreterFrame.javaClass The context frame of a CSInterpreter holding the "process" stack frame information.
CSLiteral.javaClass An "operation" that is not parsed but completely given in a byte sequence.
CSNotSupported.javaClass A unsupported operation has been found in a content stream.
CSOperation.javaClass Represents the operations that make up a content stream.
CSOperator.javaClass A class representing an operator of a content stream.
CSOperators.javaClass A class enumerating the operators valid in a content stream.
CSShapeDevice.javaClass A ICSDevice creating AWT Shape instances from the path painting operators.
CSVirtualDevice.javaClass A "virtual" device, managing most of the GraphicsState itself.
CSWarning.javaClass A warning while processing a content stream.
GraphicsState.javaClass The state information for performing graphic operations.
IContentStreamProvider.javaInterface An interface for all owners of PDF content streams.
ICSDevice.javaInterface The abstraction of a device that is manipulated by a PDF content stream interpreter ( ICSInterpreter ) processing a content stream.

The device lifecycle is framed by open/close, issued by the ICSInterpreter .

ICSExceptionHandler.javaInterface An object able to handle exceptional conditions while processing a content stream.
ICSGraphicsState.javaInterface A read only object containing the actual context for rendering operations of an ICSDevice .
ICSInterpreter.javaInterface An interpreter for CSContent PDF graphics streams.
ICSTextState.javaInterface A read only object containing the actual context for text rendering operations of an ICSDevice .
TextState.javaClass This class summarizes all state information that is used to render characters in the current context, such as font, font size etc.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.