| 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 |
|---|---|
java.util.Set<PrintColor> |
PrinterImpl.supportedPrintColor() |
| Modifier and Type | Field and Description |
|---|---|
private PrintColor |
J2DPrinter.defColor |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Set<PrintColor> |
J2DPrinter.colorSet |
| Modifier and Type | Method and Description |
|---|---|
PrintColor |
J2DPrinter.defaultPrintColor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PrintColor> |
J2DPrinter.supportedPrintColor() |
| Modifier and Type | Field and Description |
|---|---|
private PrintColor |
JobSettings.oldPrintColor |
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<PrintColor> |
JobSettings.color |
| Modifier and Type | Method and Description |
|---|---|
PrintColor |
PrinterAttributes.getDefaultPrintColor()
Get the default color setting : greyscale or color
|
PrintColor |
JobSettings.getPrintColor() |
static PrintColor |
PrintColor.valueOf(java.lang.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 |
|---|---|
java.util.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. |