StreamPrintServiceFactory
is the factory for {@link StreamPrintService} instances,which can print to an output stream in a particular document format described as a mime type. A typical output document format may be Postscript(TM). This class is implemented by a service and located by the implementation using the SPI JAR File specification.
Applications locate instances of this class by calling the {@link #lookupStreamPrintServiceFactories(DocFlavor,String)} method.
Applications can use a StreamPrintService
obtained from a factory in place of a PrintService
which represents a physical printer device.
|
|