API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.print.attribute
Author(s)
Since
1.4
Version
Serial
Description
  Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets.
See also:   
Attribute View Source Interface Attribute is the base interface implemented by any and every printing attribute class to indicate that the class represents a printing attribute.
AttributeSet View Source Interface AttributeSet specifies the interface for a set of printing attributes.
AttributeSetUtilities View Source Class AttributeSetUtilities provides static methods for manipulating AttributeSets.
DateTimeSyntax View Source Class DateTimeSyntax is an abstract base class providing the common implementation of all attributes whose value is a date and time.
DocAttribute View Source Interface DocAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a setting for a doc.
DocAttributeSet View Source Interface DocAttributeSet specifies the interface for a set of doc attributes, i.e.
EnumSyntax View Source Class EnumSyntax is an abstract base class providing the common implementation of all "type safe enumeration" objects.
HashAttributeSet View Source Class HashAttributeSet provides an AttributeSet implementation with characteristics of a hash map.
HashDocAttributeSet View Source Class HashDocAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface DocAttributeSet.
HashPrintJobAttributeSet View Source Class HashPrintJobAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface PrintJobAttributeSet.
HashPrintRequestAttributeSet View Source Class HashPrintRequestAttributeSet inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface PrintRequestAttributeSet.
HashPrintServiceAttributeSet View Source Class HashPrintServiceAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface PrintServiceAttributeSet.
IntegerSyntax View Source Class IntegerSyntax is an abstract base class providing the common implementation of all attributes with integer values.
PrintJobAttribute View Source PrintJobAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the status of a Print Job or some other characteristic of a Print Job.
PrintJobAttributeSet View Source Interface PrintJobAttributeSet specifies the interface for a set of print job attributes, i.e.
PrintRequestAttribute View Source Interface PrintRequestAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a requested setting for a print job.
PrintRequestAttributeSet View Source Interface PrintRequestAttributeSet specifies the interface for a set of print request attributes, i.e.
PrintServiceAttribute View Source Interface PrintServiceAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the status of a Print Service or some other characteristic of a Print Service.
PrintServiceAttributeSet View Source Interface PrintServiceAttributeSet specifies the interface for a set of print job attributes, i.e.
ResolutionSyntax View Source Class ResolutionSyntax is an abstract base class providing the common implementation of all attributes denoting a printer resolution.
SetOfIntegerSyntax View Source Class SetOfIntegerSyntax is an abstract base class providing the common implementation of all attributes whose value is a set of nonnegative integers.
Size2DSyntax View Source Class Size2DSyntax is an abstract base class providing the common implementation of all attributes denoting a size in two dimensions.
SupportedValuesAttribute View Source Interface SupportedValuesAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the supported values for another attribute.
TextSyntax View Source Class TextSyntax is an abstract base class providing the common implementation of all attributes whose value is a string.
UnmodifiableSetException View Source Thrown to indicate that the requested operation cannot be performed because the set is unmodifiable.
URISyntax View Source Class URISyntax is an abstract base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier (URI).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar