forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (114 loc) · 4.13 KB
/
index.html
File metadata and controls
201 lines (114 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<html>
<head>
<title>Java Print Service</title>
</head>
<BODY BGCOLOR="#FFFFFF" TEXT=#000000 LINK=#0000ff VLINK=#000077 ALINK=#ff0000>
<TABLE summary="layout" BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH=60>
<IMG SRC="../../images/javalogo52x88.gif" ALT="Java" BORDER=0 WIDTH=52 HEIGHT=88>
</TD>
<TD>
<center>
<h1>Java<font size=4><sup>TM</sup></font> Print Service</h1>
</center>
</TD>
<TD ALIGN=RIGHT VALIGN=TOP>
<font size=-1><a href="../../index.html">Documentation Contents</a></font>
</TD>
</TR>
</TABLE>
<!-- Body text begins here -->
<blockquote>
The Java<sup><font size="-2">TM</font></sup> Print Service
is a new Java Print API
that allows printing on all Java platforms, including platforms
requiring a small footprint, such as a J2ME profile, but still
supports the current Java 2 Print API. Thie Java Print Service API
includes an extensible print attribute set based on the standard
attributes specified in the Internet Printing Protocol (IPP) 1.1
from the IETF. With the attributes, client and server applications
can discover and select printers that have the capabilities
specified by the attributes. In addition to the included
<code>StreamPrintService</code>, which allows applications to transcode data
to different formats, a third party can dynamically install their
own print services through the Service Provider Interface.
</blockquote>
<p>
<font size="+2"><b>Java Print Service User Guide</b></font>
<blockquote>
The Java Print Service User Guide
( <a href="spec/jpsTitle.fm.html">HTML</a> |
<a href="http://java.sun.com/j2se/1.4.2/pdf/JPS_PDF.pdf">PDF</a> )
describes the Java Print Service in more detail and demonstrates how to
use the Java Print Service API to:
<ul>
<li>Discover and select print services based on their capabilities
<li>Specify the format of print data
<li>Submit print jobs to services that support the document type to be printed.
</ul>
</blockquote>
<p>
<font size="+2"><b>Java Print Service API Specification</b></font>
<blockquote>
The Java Print Service API consists of these four packages:
<p>
<a href="../../api/javax/print/package-summary.html"><code>javax.print</code></a>:
<br>Provides the principal classes and interfaces for the Java Print Service API.
<p>
<a href="../../api/javax/print/attribute/package-summary.html">
<code>javax.print.attribute</code></a>:
<br>
Provides classes and interfaces that describe the types of Java Print Service
attributes and how they can be collected into attribute sets.
<p>
<a href="../../api/javax/print/attribute/standard/package-summary.html">
<code>javax.print.attribute.standard</code></a>:
<br>
Contains classes defining specific printing attributes.
<p>
<a href="../../api/javax/print/event/package-summary.html">
<code>javax.print.event</code></a>:
<br>Contains event classes and listener interfaces for monitoring print
services and the progress of a specific print job.
</blockquote>
<p>
<font size="+2"><b>For More Information</b></font>
<blockquote>
See the Java Software websites:
<ul>
<li><a href="http://java.sun.com/printing">Printing on the Java Platform</a>
<li><a href="http://java.sun.com/aboutJava/communityprocess/final-draft/jsr006/index.html">
JSR-006: Unified Printing API</a>
<li><a href="http://java.sun.com/products/java-media/2D/index.html">
The Java 2D Home Page</a>
<li><a href="http://java.sun.com/products/jfc/index.html">The JFC Home Page</a>
</ul>
</blockquote>
<p>
<!-- Body text ends here -->
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<TABLE summary="layout" BORDER="0" WIDTH=100%>
<TR VALIGN=TOP>
<TD>
<P><FONT SIZE="-2">
<A HREF="../../relnotes/SMICopyright.html">Copyright ©</A> 2002
<A HREF="http://www.sun.com/">Sun Microsystems, Inc.</A>
All Rights Reserved.</FONT></P>
<FONT SIZE="-1">
</FONT>
</TD>
<TD ALIGN=RIGHT>
<IMG SRC="../../images/sunlogo64x30.gif" ALT=" Sun Microsystems, Inc " BORDER=0 WIDTH=64 HEIGHT=30>
<BR>
<FONT SIZE="+1">
<i>Java Software</i>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>