Java Doc for DSCConstants.java in  » Graphic-Library » xmlgraphics-commons-1.2 » org » apache » xmlgraphics » ps » 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 » Graphic Library » xmlgraphics commons 1.2 » org.apache.xmlgraphics.ps 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.xmlgraphics.ps.DSCConstants

DSCConstants
public class DSCConstants (Code)
This class defines constants with Strings for the DSC specification.
version:
   $Id: DSCConstants.java 512838 2007-02-28 16:42:28Z jeremias $


Field Summary
final public static  ObjectATEND
     Indicator for the PostScript interpreter that the value is provided later in the document (mostly in the %%Trailer section).
final public static  StringBBOX
    
final public static  StringBEGIN_DATA
    
final public static  StringBEGIN_DEFAULTS
    
final public static  StringBEGIN_DOCUMENT
    
final public static  StringBEGIN_EMULATION
    
final public static  StringBEGIN_FEATURE
    
final public static  StringBEGIN_OBJECT
    
final public static  StringBEGIN_PAGE_SETUP
    
final public static  StringBEGIN_PREVIEW
    
final public static  StringBEGIN_PROLOG
    
final public static  StringBEGIN_RESOURCE
    
final public static  StringBEGIN_SETUP
    
final public static  StringCOPYRIGHT
    
final public static  StringCREATION_DATE
    
final public static  StringCREATOR
    
final public static  StringDOCUMENT_DATA
    
final public static  StringDOCUMENT_MEDIA
     This comment indicates all types of paper media (paper sizes, weight, color) this document requires.
final public static  StringDOCUMENT_NEEDED_RESOURCES
    
final public static  StringDOCUMENT_SUPPLIED_RESOURCES
    
final public static  StringEMULATION
    
final public static  StringEND_COMMENTS
    
final public static  StringEND_DATA
    
final public static  StringEND_DEFAULTS
    
final public static  StringEND_DOCUMENT
    
final public static  StringEND_EMULATION
    
final public static  StringEND_FEATURE
    
final public static  StringEND_OBJECT
    
final public static  StringEND_PAGE
    
final public static  StringEND_PAGE_SETUP
    
final public static  StringEND_PREVIEW
    
final public static  StringEND_PROLOG
    
final public static  StringEND_RESOURCE
    
final public static  StringEND_SETUP
    
final public static  StringEOF
    
final public static  StringEPSF_30
    
final public static  StringEXTENSIONS
    
final public static  StringFOR
    
final public static  StringHIRES_BBOX
    
final public static  StringINCLUDE_DOCUMENT
    
final public static  StringINCLUDE_FEATURE
    
final public static  StringINCLUDE_RESOURCE
    
final public static  StringLANGUAGE_LEVEL
    
final public static  StringNEXT_LINE
    
final public static  StringORIENTATION
    
final public static  StringPAGE
    
final public static  StringPAGES
    
final public static  StringPAGE_BBOX
    
final public static  StringPAGE_HIRES_BBOX
    
final public static  StringPAGE_MEDIA
     Indicates that the paper attributes denoted by medianame are invoked on this page.
final public static  StringPAGE_ORDER
    
final public static  StringPAGE_ORIENTATION
    
final public static  StringPAGE_REQUIREMENTS
     This is the page-level invocation of a combination of the options listed in the %%Requirements: comment.
final public static  StringPAGE_RESOURCES
     This comment indicates the names and values of all resources that are needed or supplied on the present page.
final public static  StringPAGE_TRAILER
    
final public static  StringPS_ADOBE_30
    
final public static  StringREQUIREMENTS
     This comment describes document requirements, such as duplex printing, hole punching, collating, or other physical document processing needs.
final public static  StringROUTING
    
final public static  StringTITLE
    
final public static  StringTRAILER
    
final public static  StringVERSION
    



Field Detail
ATEND
final public static Object ATEND(Code)
Indicator for the PostScript interpreter that the value is provided later in the document (mostly in the %%Trailer section).



BBOX
final public static String BBOX(Code)
Bounding box for the document



BEGIN_DATA
final public static String BEGIN_DATA(Code)
Indicates the start of a data section



BEGIN_DEFAULTS
final public static String BEGIN_DEFAULTS(Code)
Indicates the start of the defaults section



BEGIN_DOCUMENT
final public static String BEGIN_DOCUMENT(Code)
Indicates the start of an embedded document



BEGIN_EMULATION
final public static String BEGIN_EMULATION(Code)
Indicates the start of a non-PostScript section



BEGIN_FEATURE
final public static String BEGIN_FEATURE(Code)
Indicates the start of a PPD feature



BEGIN_OBJECT
final public static String BEGIN_OBJECT(Code)
Indicates the start of a graphic object



BEGIN_PAGE_SETUP
final public static String BEGIN_PAGE_SETUP(Code)
Indicates the start of the page setup section



BEGIN_PREVIEW
final public static String BEGIN_PREVIEW(Code)
Indicates the start of a preview section (EPS only)



BEGIN_PROLOG
final public static String BEGIN_PROLOG(Code)
Indicates the start of the prolog



BEGIN_RESOURCE
final public static String BEGIN_RESOURCE(Code)
Indicates the start of a resource (font, file, procset)



BEGIN_SETUP
final public static String BEGIN_SETUP(Code)
Indicates the start of the document setup



COPYRIGHT
final public static String COPYRIGHT(Code)
Copyright information associated with the document or resource



CREATION_DATE
final public static String CREATION_DATE(Code)
Date and time when the document was created



CREATOR
final public static String CREATOR(Code)
Creator of the document



DOCUMENT_DATA
final public static String DOCUMENT_DATA(Code)
Type of data



DOCUMENT_MEDIA
final public static String DOCUMENT_MEDIA(Code)
This comment indicates all types of paper media (paper sizes, weight, color) this document requires.



DOCUMENT_NEEDED_RESOURCES
final public static String DOCUMENT_NEEDED_RESOURCES(Code)
This comment provides a list of resources the document needs



DOCUMENT_SUPPLIED_RESOURCES
final public static String DOCUMENT_SUPPLIED_RESOURCES(Code)
This comment provides a list of resources the document includes



EMULATION
final public static String EMULATION(Code)
Use for indicating an emulator being invoked in the document



END_COMMENTS
final public static String END_COMMENTS(Code)
Explicit end of comments



END_DATA
final public static String END_DATA(Code)
Indicates the end of a data section



END_DEFAULTS
final public static String END_DEFAULTS(Code)
Indicates the end of the defaults section



END_DOCUMENT
final public static String END_DOCUMENT(Code)
Indicates the end of an embedded document



END_EMULATION
final public static String END_EMULATION(Code)
Indicates the end of a non-PostScript section



END_FEATURE
final public static String END_FEATURE(Code)
Indicates the end of a PPD feature



END_OBJECT
final public static String END_OBJECT(Code)
Indicates the end of a graphic object



END_PAGE
final public static String END_PAGE(Code)
Indicates the end of a page (NON-STANDARD!)



END_PAGE_SETUP
final public static String END_PAGE_SETUP(Code)
Indicates the end of the page setup section



END_PREVIEW
final public static String END_PREVIEW(Code)
Indicates the end of a preview section (EPS only)



END_PROLOG
final public static String END_PROLOG(Code)
Indicates the end of the prolog



END_RESOURCE
final public static String END_RESOURCE(Code)
Indicates the end of a resource (font, file, procset)



END_SETUP
final public static String END_SETUP(Code)
Indicates the end of the document setup



EOF
final public static String EOF(Code)
Indicates the end of the document



EPSF_30
final public static String EPSF_30(Code)
Lead-in for an EPS file



EXTENSIONS
final public static String EXTENSIONS(Code)
Required PostScript Level 1 extension for this document



FOR
final public static String FOR(Code)
Indicates who is this document printed for



HIRES_BBOX
final public static String HIRES_BBOX(Code)
High-resolution bounding box for the document



INCLUDE_DOCUMENT
final public static String INCLUDE_DOCUMENT(Code)
Indicates a referenced embedded document



INCLUDE_FEATURE
final public static String INCLUDE_FEATURE(Code)
Indicates a referenced a PPD feature



INCLUDE_RESOURCE
final public static String INCLUDE_RESOURCE(Code)
Indicates a referenced a resource (font, file, procset)



LANGUAGE_LEVEL
final public static String LANGUAGE_LEVEL(Code)
Indicates the PostScript language level used in the document



NEXT_LINE
final public static String NEXT_LINE(Code)
Indicates a continued line



ORIENTATION
final public static String ORIENTATION(Code)
Indicates the orientation of the document



PAGE
final public static String PAGE(Code)
Indicates a page number



PAGES
final public static String PAGES(Code)
Number of pages in the document



PAGE_BBOX
final public static String PAGE_BBOX(Code)
Bounding box for a page



PAGE_HIRES_BBOX
final public static String PAGE_HIRES_BBOX(Code)
High-resolution bounding box for a page



PAGE_MEDIA
final public static String PAGE_MEDIA(Code)
Indicates that the paper attributes denoted by medianame are invoked on this page.



PAGE_ORDER
final public static String PAGE_ORDER(Code)
Indicates the order of the pages



PAGE_ORIENTATION
final public static String PAGE_ORIENTATION(Code)
Bounding box for a page



PAGE_REQUIREMENTS
final public static String PAGE_REQUIREMENTS(Code)
This is the page-level invocation of a combination of the options listed in the %%Requirements: comment.



PAGE_RESOURCES
final public static String PAGE_RESOURCES(Code)
This comment indicates the names and values of all resources that are needed or supplied on the present page.



PAGE_TRAILER
final public static String PAGE_TRAILER(Code)
Indicates the start of the page trailer



PS_ADOBE_30
final public static String PS_ADOBE_30(Code)
Lead-in for a DSC-conformant PostScript file



REQUIREMENTS
final public static String REQUIREMENTS(Code)
This comment describes document requirements, such as duplex printing, hole punching, collating, or other physical document processing needs.



ROUTING
final public static String ROUTING(Code)
Indicates how the document should be routed back to its owner



TITLE
final public static String TITLE(Code)
Title of the document



TRAILER
final public static String TRAILER(Code)
Indicates the start of the document trailer



VERSION
final public static String VERSION(Code)
Version of the document





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.