Package | Description |
---|---|
com.sun.javafx.print | |
javafx.print |
Provides the public classes for the JavaFX Printing API.
|
Modifier and Type | Method and Description |
---|---|
static Units |
Units.valueOf(java.lang.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(java.lang.String paperName,
double paperWidth,
double paperHeight,
Units units) |
Paper |
PrintHelper.PrintAccessor.createPaper(java.lang.String paperName,
double paperWidth,
double paperHeight,
Units units) |
Modifier and Type | Field and Description |
---|---|
private Units |
Paper.units |
Constructor and Description |
---|
Paper(java.lang.String paperName,
double paperWidth,
double paperHeight,
Units units) |