| 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 |
|---|---|
PrintColor |
PrinterImpl.defaultPrintColor() |
| Modifier and Type | Method and Description |
|---|---|
Set<PrintColor> |
PrinterImpl.supportedPrintColor() |
| Modifier and Type | Method and Description |
|---|---|
PrintColor |
J2DPrinter.defaultPrintColor() |
| Modifier and Type | Method and Description |
|---|---|
Set<PrintColor> |
J2DPrinter.supportedPrintColor() |
| Modifier and Type | Method and Description |
|---|---|
PrintColor |
PrinterAttributes.getDefaultPrintColor()
Get the default color setting : greyscale or color
|
PrintColor |
JobSettings.getPrintColor() |
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 © 2025. All rights reserved.