Package | Description |
---|---|
com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
com.teamdev.jxbrowser.print.settings |
Contains classes and interfaces related to print settings.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
Scaling.CustomScaling
The custom scaling used for printing.
|
Modifier and Type | Method and Description |
---|---|
static Scaling |
Scaling.defaultScaling()
Creates a default scaling for the printing content.
|
static Scaling |
Scaling.fitToPage()
Creates a scaling that fits the content of the page.
|
static Scaling |
Scaling.fitToPaper()
Creates a scaling that fits the content of the paper.
|
Modifier and Type | Method and Description |
---|---|
Scaling |
Scaling.scaling()
Returns the scaling used by the printer.
|
Modifier and Type | Method and Description |
---|---|
T |
Scaling.scaling(Scaling scaling)
Configures the scaling for printing.
|