Package javax.print.attribute
Provides classes and interfaces describing the roles and
syntax of attribute objects in the Java Print Service API.
The package contains the base attribute interface and several subinterfaces
describing the different attribute roles of printing attributes.
AttributeSetUtilities | AttributeSetUtilities provides static methods for working
with AttributeSet s.
|
DateTimeSyntax | DateTimeSyntax is the abstract base class of all attribute
classes having a date and a time as value.
|
EnumSyntax | EnumSyntax is the abstract base class of all enumeration
classes in the Java Print Service API.
|
HashAttributeSet | HashAttributeSet provides an implementation of
AttributeSet .
|
HashDocAttributeSet | HashDocAttributeSet provides an implementation of
DocAttributeSet .
|
HashPrintJobAttributeSet | HashPrintJobAttributeSet provides an implementation of
PrintJobAttributeSet .
|
HashPrintRequestAttributeSet | HashPrintRequestAttributeSet provides an implementation of
PrintRequestAttributeSet .
|
HashPrintServiceAttributeSet | HashPrintServiceAttributeSet provides an implementation of
PrintServiceAttributeSet .
|
IntegerSyntax | IntegerSyntax is the abstract base class of all attribute
classes having an integer as value.
|
ResolutionSyntax | ResolutionSyntax is the abstract base class of all attribute
classes which provide a resolution as value (e.g. printer resolution).
|
SetOfIntegerSyntax | SetOfIntegerSyntax is the abstract base class of all attribute
classes which provide a set of non-negative integers as value (e.g. the
page ranges to print) represented as single values or ranges of values.
|
Size2DSyntax | Size2DSyntax is the abstract base class of all attribute
classes which provide a two dimensional size as value (e.g. the size of
a media like Letter or A4).
|
TextSyntax | TextSyntax is the abstract base class of all attribute
classes which provide a string as value (e.g. the location of the printer).
|
URISyntax | URISyntax is the abstract base class of all attribute
classes having an Uniform Resource Identifier URI as value.
|
Provides classes and interfaces describing the roles and
syntax of attribute objects in the Java Print Service API.
The package contains the base attribute interface and several subinterfaces
describing the different attribute roles of printing attributes. Furthermore,
abstract classes defining the syntax of attributes are provided. For
collections of attributes based on their roles different set interfaces and
implementing classes are available.
Existing attribute roles are:
Every attribute is of a certain syntax which defines its type and the
representation of its value. The different syntax types are provided as
abstract syntax classes (e.g.
IntegerSyntax
). Concrete attribute
implementations are subclasses of these abstract syntax classes.
Attributes may be collected as sets of attributes. Different interfaces for
attribute collections per role and implementations based on a HashMap are
provided (for example
HashPrintJobAttributeSet for the print job attributes).
Since: 1.4