aicas logo Jamaica 3.4 release 8

Uses of Package
javax.print

Packages that use javax.print
javax.print Provides the basic interfaces and classes of the Java Print Service API. 
javax.print.event Provides events and listeners to be used with the Java Print Service API. 
 

Classes in javax.print used by javax.print
Doc
          Doc specifies the interface for print services how to obtain the print data and document specific attributes for printing.
DocFlavor
          DocFlavor provides a description of the format in which the print data will be supplied in a print job to the print service.
DocFlavor.BYTE_ARRAY
          Predefined static DocFlavor objects for document types which use a byte array for the print data representation.
DocFlavor.CHAR_ARRAY
          Predefined static DocFlavor objects for document types which use a char array for the print data representation.
DocFlavor.INPUT_STREAM
          Predefined static DocFlavor objects for document types which use an InputStream to retrieve the print data.
DocFlavor.READER
          Predefined static DocFlavor objects for document types which use an Reader to retrieve the print data.
DocFlavor.SERVICE_FORMATTED
          Predefined static DocFlavor objects for document types which use service formatted print data.
DocFlavor.STRING
          Predefined static DocFlavor objects for document types which use a String for the print data representation.
DocFlavor.URL
          Predefined static DocFlavor objects for document types which have an URL where to retrieve the print data.
DocPrintJob
          DocPrintJob represents a print job which supports printing of a single document.
MultiDoc
          MultiDoc defines the interface for objects providing multiple documents for use in a print job.
MultiDocPrintJob
          MultiDocPrintJob represents a print job which supports printing of multiple documents as one print job.
MultiDocPrintService
          MultiDocPrintService represents print services that are capable of printing multiple documents as one print job.
PrintException
          PrintException is used to report exceptions during the usage of a print service implementation.
PrintService
          A PrintService represents a printer available for printing.
PrintServiceLookup
          PrintServiceLookup implementations provide a way to lookup print services based on different constraints.
ServiceUIFactory
          ServiceUIFactory enables print services to provide additional user interface dialogs.
StreamPrintService
          StreamPrintService is a special print service capable of printing into a supplied output stream.
StreamPrintServiceFactory
          StreamPrintServiceFactory provides a static method to lookup registered factories to construct StreamPrintService instances.
 

Classes in javax.print used by javax.print.event
DocPrintJob
          DocPrintJob represents a print job which supports printing of a single document.
PrintService
          A PrintService represents a printer available for printing.
 


aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.