toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.print
/
Printer
Printer
public
interface
Printer
<
PrintSettingsT
extends
PrintSettings
>
An interface for concrete printers to implement.
Inheritors
PdfPrinter
SystemPrinter
Members
Functions
capabilities
Link copied to clipboard
public
abstract
Capabilities
capabilities
(
)
Returns the capabilities of this printer.
device
Name
Link copied to clipboard
public
abstract
String
deviceName
(
)
Returns the device name of this printer as shown in Print Preview.
printer
Name
Link copied to clipboard
public
abstract
String
printerName
(
)
Returns the name of this printer as understood by OS.
print
Job
Link copied to clipboard
public
abstract
PrintJob
<
PrintSettingsT
>
printJob
(
)
Returns the current print job.