Package | Description |
---|---|
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
Modifier and Type | Method and Description |
---|---|
PrintColor |
PrinterAttributes.getDefaultPrintColor()
Get the default color setting : greyscale or color
|
PrintColor |
JobSettings.getPrintColor()
Gets the value of the property printColor.
|
static PrintColor |
PrintColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintColor[] |
PrintColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<PrintColor> |
PrinterAttributes.getSupportedPrintColors()
Returns an unmodifiable set of the supported color settings
for this printer.
|
ObjectProperty<PrintColor> |
JobSettings.printColorProperty()
Property representing an instance of
PrintColor . |
Modifier and Type | Method and Description |
---|---|
void |
JobSettings.setPrintColor(PrintColor color)
Set the
PrintColor property. |
Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.