< prev index next >

src/java.desktop/share/classes/javax/print/attribute/package-info.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols


   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /**
  27  * Provides classes and interfaces that describe the types of Java&trade; Print
  28  * Service attributes and how they can be collected into attribute sets.
  29  *
  30  * <h2>What is an Attribute?</h2>
  31  * When setting up a print job, a client specifies two things: <b>print data</b>
  32  * and <b>processing instructions.</b> The print data is the actual content to
  33  * be printed. The processing instructions tell the printer how to print the
  34  * print data, such as: what media to use, how many copies to print, and whether
  35  * to print on one or both sides of a sheet. The client specifies these
  36  * processing instructions with the attribute definitions of the Java Print
  37  * Service API.
  38  * <p>
  39  * The print data and the processing instructions are separate entities. This
  40  * means that:
  41  * <ul>
  42  *   <li>You can print the same print data at different times using different
  43  *   processing instructions.
  44  *   <br>
  45  *   For example, you can print a slide presentation on US letter-sized white
  46  *   paper, double-sided, stapled, 20 copies to make handouts for a talk; and
  47  *   you could print the same slide presentation on US letter-sized




   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /**
  27  * Provides classes and interfaces that describe the types of Java Print
  28  * Service attributes and how they can be collected into attribute sets.
  29  *
  30  * <h2>What is an Attribute?</h2>
  31  * When setting up a print job, a client specifies two things: <b>print data</b>
  32  * and <b>processing instructions.</b> The print data is the actual content to
  33  * be printed. The processing instructions tell the printer how to print the
  34  * print data, such as: what media to use, how many copies to print, and whether
  35  * to print on one or both sides of a sheet. The client specifies these
  36  * processing instructions with the attribute definitions of the Java Print
  37  * Service API.
  38  * <p>
  39  * The print data and the processing instructions are separate entities. This
  40  * means that:
  41  * <ul>
  42  *   <li>You can print the same print data at different times using different
  43  *   processing instructions.
  44  *   <br>
  45  *   For example, you can print a slide presentation on US letter-sized white
  46  *   paper, double-sided, stapled, 20 copies to make handouts for a talk; and
  47  *   you could print the same slide presentation on US letter-sized


< prev index next >