Package | Description |
---|---|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
Modifier and Type | Method and Description |
---|---|
PrintQuality |
PrinterAttributes.getDefaultPrintQuality()
Return the default quality setting
|
PrintQuality |
JobSettings.getPrintQuality()
Gets the value of the property printQuality.
|
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 (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.