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 |
---|---|
static PrintResolution |
PrintHelper.createPrintResolution(int fr,
int cfr) |
PrintResolution |
PrintHelper.PrintAccessor.createPrintResolution(int fr,
int cfr) |
PrintResolution |
PrinterImpl.defaultPrintResolution() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PrintResolution> |
PrinterImpl.supportedPrintResolution() |
Modifier and Type | Field and Description |
---|---|
private PrintResolution |
J2DPrinter.defRes |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<PrintResolution> |
J2DPrinter.resSet |
Modifier and Type | Method and Description |
---|---|
PrintResolution |
J2DPrinter.defaultPrintResolution() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PrintResolution> |
J2DPrinter.supportedPrintResolution() |
Modifier and Type | Method and Description |
---|---|
int |
J2DPrinter.PrintResolutionComparator.compare(PrintResolution r1,
PrintResolution r2)
Is used to approximate a sort of resolutions from
lowest to highest overall resolution.
|
Modifier and Type | Field and Description |
---|---|
private PrintResolution |
JobSettings.oldPrintResolution |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<PrintResolution> |
JobSettings.resolution |
Modifier and Type | Method and Description |
---|---|
PrintResolution |
PrinterAttributes.getDefaultPrintResolution()
Return the default print resolution for paper on this printer.
|
PrintResolution |
JobSettings.getPrintResolution() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PrintResolution> |
PrinterAttributes.getSupportedPrintResolutions()
Returns an unmodifiable set of the supported print resolutions
for this printer.
|
ObjectProperty<PrintResolution> |
JobSettings.printResolutionProperty()
Property representing an instance of
PrintResolution . |
Modifier and Type | Method and Description |
---|---|
void |
JobSettings.setPrintResolution(PrintResolution resolution)
Set the
PrintResolution property. |