Package | Description |
---|---|
com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<SystemPrinter<SystemT>> |
Printers.defaultPrinter()
Returns the default system printer or an empty
Optional if
there is no default printer. |
java.util.List<SystemPrinter<SystemT>> |
Printers.list()
Returns an immutable list of the available system printers.
|