Uses of Interface
com.teamdev.jxbrowser.print.Printer
Packages that use Printer
Package
Description
This package provides the classes that allow you to work with browser callback.
Contains classes and interfaces for printing.
-
Uses of Printer in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback with parameters of type PrinterModifier and TypeMethodDescriptionvoid
Applies the configured print settings and notifies the browser to proceed with printing.void
Applies the configured print settings and notifies the browser to proceed with printing. -
Uses of Printer in com.teamdev.jxbrowser.print
Subinterfaces of Printer in com.teamdev.jxbrowser.printModifier and TypeInterfaceDescriptioninterface
PdfPrinter<PrintSettingT extends PrintSettings>
A printer that allows you to print to PDF.interface
SystemPrinter<PrintSettingT extends PrintSettings>
A local or network printer installed in the system.