Package | Description |
---|---|
com.sun.javafx.print |
Modifier and Type | Method and Description |
---|---|
static Units |
Units.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Units[] |
Units.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Paper |
PrintHelper.createPaper(String paperName,
double paperWidth,
double paperHeight,
Units units) |
Paper |
PrintHelper.PrintAccessor.createPaper(String paperName,
double paperWidth,
double paperHeight,
Units units) |
Copyright © 2020. All rights reserved.