Package | Description |
---|---|
com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
Modifier and Type | Method and Description |
---|---|
static PaperSize.Unit |
PaperSize.Unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaperSize.Unit[] |
PaperSize.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PaperSize |
PaperSize.of(float width,
float height,
PaperSize.Unit unit)
Creates a new
PaperSize setting. |
static PaperSize |
PaperSize.of(float width,
float height,
PaperSize.Unit unit,
java.lang.String name)
Creates a new
PaperSize setting. |