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 TypeMethodDescriptionvoidApplies the configured print settings and notifies the browser to proceed with printing.voidApplies 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 TypeInterfaceDescriptioninterfacePdfPrinter<PrintSettingT extends PrintSettings>A printer that allows you to print to PDF.interfaceSystemPrinter<PrintSettingT extends PrintSettings>A local or network printer installed in the system.