Package | Description |
---|---|
com.sun.javafx.print | |
com.sun.prism.j2d.print | |
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
Modifier and Type | Method and Description |
---|---|
PrintQuality |
PrinterImpl.defaultPrintQuality() |
Modifier and Type | Method and Description |
---|---|
Set<PrintQuality> |
PrinterImpl.supportedPrintQuality() |
Modifier and Type | Method and Description |
---|---|
PrintQuality |
J2DPrinter.defaultPrintQuality() |
Modifier and Type | Method and Description |
---|---|
Set<PrintQuality> |
J2DPrinter.supportedPrintQuality() |
Modifier and Type | Method and Description |
---|---|
PrintQuality |
PrinterAttributes.getDefaultPrintQuality()
Return the default quality setting
|
PrintQuality |
JobSettings.getPrintQuality() |
static PrintQuality |
PrintQuality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintQuality[] |
PrintQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<PrintQuality> |
PrinterAttributes.getSupportedPrintQuality()
Returns an unmodifiable set of the supported quality settings
for this printer.
|
ObjectProperty<PrintQuality> |
JobSettings.printQualityProperty()
Property representing an instance of
PrintQuality . |
Modifier and Type | Method and Description |
---|---|
void |
JobSettings.setPrintQuality(PrintQuality quality)
Set the
PrintQuality property. |
Copyright © 2020. All rights reserved.