Home » openjdk-7 » javax » print »

javax.print

Sub Packages:

javax.print.attribute   Provides classes and interfaces that describe the types of Java TM Print Service attributes and how they can be collected into attribute sets.  
javax.print.attribute.standard   Package javax.print.attribute.standard contains classes for specific printing attributes.  
javax.print.event   Package javax.print.event contains event classes and listener interfaces.  

Interfaces:

AttributeException   Interface AttributeException is a mixin interface which a subclass of PrintException can implement to report an error condition involving one or more printing attributes that a particular Print Service instance does not support.  code | html
CancelablePrintJob   This interface is used by a printing application to cancel a print job.  code | html
Doc   Interface Doc specifies the interface for an object that supplies one piece of print data for a Print Job.  code | html
DocPrintJob   This interface represents a print job that can print a specified document with a set of job attributes.  code | html
FlavorException   Interface FlavorException is a mixin interface which a subclass of PrintException can implement to report an error condition involving a doc flavor or flavors (class DocFlavor ).  code | html
MultiDoc   Interface MultiDoc specifies the interface for an object that supplies more than one piece of print data for a Print Job.  code | html
MultiDocPrintJob   Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a specified collection of documents as a single print job with a set of job attributes.  code | html
MultiDocPrintService   Interface MultiPrintService is the factory for a MultiDocPrintJob.  code | html
PrintService   Interface PrintService is the factory for a DocPrintJob.  code | html
URIException   Interface URIException is a mixin interface which a subclass of PrintException can implement to report an error condition involving a URI address.  code | html

Abstract Classes:

PrintServiceLookup   Implementations of this class provide lookup services for print services (typically equivalent to printers) of a particular type.  code | html
ServiceUIFactory   Services may optionally provide UIs which allow different styles of interaction in different roles.  code | html
StreamPrintService   This class extends PrintService and represents a print service that prints data in different formats to a client-provided output stream.  code | html
StreamPrintServiceFactory   A StreamPrintServiceFactory is the factory for StreamPrintService instances, which can print to an output stream in a particular document format described as a mime type.  code | html

Classes:

DocFlavor   Class DocFlavor encapsulates an object that specifies the format in which print data is supplied to a DocPrintJob code | html
DocFlavor.BYTE_ARRAY   Class DocFlavor.BYTE_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a byte array (byte[]) as the print data representation class.  code | html
DocFlavor.CHAR_ARRAY   Class DocFlavor.CHAR_ARRAY provides predefined static constant DocFlavor objects for example doc flavors using a character array (char[]) as the print data representation class.  code | html
DocFlavor.INPUT_STREAM   Class DocFlavor.INPUT_STREAM provides predefined static constant DocFlavor objects for example doc flavors using a byte stream (java.io.InputStream ) as the print data representation class.  code | html
DocFlavor.READER   Class DocFlavor.READER provides predefined static constant DocFlavor objects for example doc flavors using a character stream (java.io.Reader ) as the print data representation class.  code | html
DocFlavor.SERVICE_FORMATTED   Class DocFlavor.SERVICE_FORMATTED provides predefined static constant DocFlavor objects for example doc flavors for service formatted print data.  code | html
DocFlavor.STRING   Class DocFlavor.STRING provides predefined static constant DocFlavor objects for example doc flavors using a string (java.lang.String ) as the print data representation class.  code | html
DocFlavor.URL   Class DocFlavor.URL provides predefined static constant DocFlavor objects.  code | html
MimeType   Class MimeType encapsulates a Multipurpose Internet Mail Extensions (MIME) media type as defined in RFC 2045 and RFC 2046 code | html
MimeType.LexicalAnalyzer     code | html
MimeType.ParameterMap   Parameter map.  code | html
MimeType.ParameterMapEntry   Parameter map entry.  code | html
MimeType.ParameterMapEntrySet   Parameter map entry set.  code | html
MimeType.ParameterMapEntrySetIterator   Parameter map entry set iterator.  code | html
PrintException   Class PrintException encapsulates a printing-related error condition that occurred while using a Print Service instance.  code | html
PrintServiceLookup.Services     code | html
ServiceUI   This class is a collection of UI convenience methods which provide a graphical user dialog for browsing print services looked up through the Java Print Service API.  code | html
SimpleDoc   This class is an implementation of interface Doc that can be used in many common printing requests.  code | html
StreamPrintServiceFactory.Services     code | html