public interface PrintAttributes
Modifier and Type | Field and Description |
---|---|
static int[] |
PRINT_QUALITY_DPI
DPI standard values associated with indices
|
static int |
PRINT_QUALITY_DRAFT
Constant to indicate a poor printing quality (useful for drafts, etc)
|
static int |
PRINT_QUALITY_HIGH
Constant to indicate a high printing quality
|
static int |
PRINT_QUALITY_NORMAL
Constant to indicate a normal printing quality
|
Modifier and Type | Method and Description |
---|---|
int |
getPrintQuality()
Gets the print quality value for this object.
|
void |
setPrintQuality(int pq)
Sets the print quality value for this object.
|
static final int PRINT_QUALITY_DRAFT
static final int PRINT_QUALITY_NORMAL
static final int PRINT_QUALITY_HIGH
static final int[] PRINT_QUALITY_DPI