Java javax.print StreamPrintServiceFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.print StreamPrintServiceFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.print StreamPrintServiceFactory.

The text is from its open source code.

Method

StreamPrintServicegetPrintService(OutputStream out)
Returns a StreamPrintService that can print to the specified output stream.
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 outputMimeType .