API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print. StreamPrintServiceFactory View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      StreamPrintServiceFactory
Implements
Subclasses
Description
publicabstract abstract class 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.
See also:   
Constructors
public StreamPrintServiceFactory ()
Methods
Hide/Show inherited methods
publicabstract String getOutputFormat ()
  Queries the factory for the document format that is emitted by printers obtained from this factory.
publicabstract StreamPrintService getPrintService (OutputStream out)
  Returns a StreamPrintService that can print to the specified output stream.
publicabstract DocFlavor getSupportedDocFlavors ()
  Queries the factory for the document flavors that can be accepted by printers obtained from this factory.
publicstatic StreamPrintServiceFactory lookupStreamPrintServiceFactories (DocFlavor flavor, String outputMimeType)
  Locates factories for print services that can be used with a print job to output a stream of data in the format specified by flavor.
Fields
Hide/Show inherited fields
Nested Classes
  StreamPrintServiceFactory.Services
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar