| Package | Description |
|---|---|
| j4cups.protocol.attr |
In this package are the building blocks for attribute and attribute-groups.
|
| j4cups.protocol.enums |
This package is the container for enum values.
|
| Modifier and Type | Method and Description |
|---|---|
PrintQuality |
PrinterResolution.getPrintQuality()
Gets print quality.
|
| Modifier and Type | Method and Description |
|---|---|
static PrinterResolution |
PrinterResolution.of(int crossFeed,
int feed,
PrintQuality quality)
Returns a
PrinterResolution with the given value |
| Constructor and Description |
|---|
PrinterResolution(int crossFeedDirection,
int feedDirection,
PrintQuality printQuality)
Instantiates a new Printer resolution.
|
| Modifier and Type | Method and Description |
|---|---|
static PrintQuality |
PrintQuality.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintQuality[] |
PrintQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.