Uses of Interface
org.apache.stylebook.Printer
-
Packages that use Printer Package Description org.apache.stylebook org.apache.stylebook.printers -
-
Uses of Printer in org.apache.stylebook
Methods in org.apache.stylebook that return Printer Modifier and Type Method Description PrinterBasicEngine. getPrinter(java.lang.String name)Return a Printer instance associated with the specified name.static PrinterComponentFactory. getPrinter(java.lang.String classname)Create a new Printer instance.PrinterEngine. getPrinter(java.lang.String name)Return a Printer instance associated with the specified name. -
Uses of Printer in org.apache.stylebook.printers
Classes in org.apache.stylebook.printers that implement Printer Modifier and Type Class Description classHTMLPrinterclassHTMLSerializerclassImagePrinterThe ImagePrinter Printer writes images.classXMLPrinterThe XMLPrinter Printer writes documents in their canonical XML form.
-