KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > StreamPrintServiceFactory

javax.print
Class StreamPrintServiceFactory

java.lang.Object
  extended by javax.print.StreamPrintServiceFactory
See Also:
Source Code, lookupStreamPrintServiceFactories(DocFlavor, String), StreamPrintService

public abstract String getOutputFormat()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract StreamPrintService getPrintService(OutputStream out)
See Also:
print, dispose
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract DocFlavor[] getSupportedDocFlavors()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static StreamPrintServiceFactory[] lookupStreamPrintServiceFactories(DocFlavor flavor,
                                                                            String outputMimeType)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public StreamPrintServiceFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags