| Package | Description |
|---|---|
| javax.print.attribute |
Provides classes and interfaces that describe the types of Java
TM Print Service attributes and how they can be collected into attribute sets.
|
| javax.print.attribute.standard |
Package javax.print.attribute.standard contains classes for specific printing attributes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResolutionSyntax.lessThanOrEquals(ResolutionSyntax
Determine whether this resolution attribute's value is less than or equal to the given resolution attribute's value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrinterResolution
Class PrinterResolution is a printing attribute class that specifies an exact resolution supported by a printer or to be used for a print job.
|