Home » openjdk-7 » javax » print » attribute »

javax.print.attribute

Sub Packages:

javax.print.attribute.standard   Package javax.print.attribute.standard contains classes for specific printing attributes.  

Interfaces:

Attribute   Interface Attribute is the base interface implemented by any and every printing attribute class to indicate that the class represents a printing attribute.  code | html
AttributeSet   Interface AttributeSet specifies the interface for a set of printing attributes.  code | html
DocAttribute   Interface DocAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a setting for a doc.  code | html
DocAttributeSet   Interface DocAttributeSet specifies the interface for a set of doc attributes, i.e.  code | html
PrintJobAttribute   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.  code | html
PrintJobAttributeSet   Interface PrintJobAttributeSet specifies the interface for a set of print job attributes, i.e.  code | html
PrintRequestAttribute   Interface PrintRequestAttribute is a tagging interface which a printing attribute class implements to indicate the attribute denotes a requested setting for a print job.  code | html
PrintRequestAttributeSet   Interface PrintRequestAttributeSet specifies the interface for a set of print request attributes, i.e.  code | html
PrintServiceAttribute   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.  code | html
PrintServiceAttributeSet   Interface PrintServiceAttributeSet specifies the interface for a set of print job attributes, i.e.  code | html
SupportedValuesAttribute   Interface SupportedValuesAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the supported values for another attribute.  code | html

Abstract Classes:

DateTimeSyntax   Class DateTimeSyntax is an abstract base class providing the common implementation of all attributes whose value is a date and time.  code | html
EnumSyntax   Class EnumSyntax is an abstract base class providing the common implementation of all "type safe enumeration" objects.  code | html
IntegerSyntax   Class IntegerSyntax is an abstract base class providing the common implementation of all attributes with integer values.  code | html
ResolutionSyntax   Class ResolutionSyntax is an abstract base class providing the common implementation of all attributes denoting a printer resolution.  code | html
SetOfIntegerSyntax   Class SetOfIntegerSyntax is an abstract base class providing the common implementation of all attributes whose value is a set of nonnegative integers.  code | html
Size2DSyntax   Class Size2DSyntax is an abstract base class providing the common implementation of all attributes denoting a size in two dimensions.  code | html
TextSyntax   Class TextSyntax is an abstract base class providing the common implementation of all attributes whose value is a string.  code | html
URISyntax   Class URISyntax is an abstract base class providing the common implementation of all attributes whose value is a Uniform Resource Identifier (URI).  code | html

Classes:

AttributeSetUtilities   Class AttributeSetUtilities provides static methods for manipulating AttributeSets.  code | html
AttributeSetUtilities.SynchronizedAttributeSet     code | html
AttributeSetUtilities.SynchronizedDocAttributeSet     code | html
AttributeSetUtilities.SynchronizedPrintJobAttributeSet     code | html
AttributeSetUtilities.SynchronizedPrintRequestAttributeSet     code | html
AttributeSetUtilities.SynchronizedPrintServiceAttributeSet     code | html
AttributeSetUtilities.UnmodifiableAttributeSet     code | html
AttributeSetUtilities.UnmodifiableDocAttributeSet     code | html
AttributeSetUtilities.UnmodifiablePrintJobAttributeSet     code | html
AttributeSetUtilities.UnmodifiablePrintRequestAttributeSet     code | html
AttributeSetUtilities.UnmodifiablePrintServiceAttributeSet     code | html
HashAttributeSet   Class HashAttributeSet provides an AttributeSet implementation with characteristics of a hash map.  code | html
HashDocAttributeSet   Class HashDocAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface DocAttributeSet code | html
HashPrintJobAttributeSet   Class HashPrintJobAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface PrintJobAttributeSet code | html
HashPrintRequestAttributeSet   Class HashPrintRequestAttributeSet inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface PrintRequestAttributeSet code | html
HashPrintServiceAttributeSet   Class HashPrintServiceAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface PrintServiceAttributeSet code | html
UnmodifiableSetException   Thrown to indicate that the requested operation cannot be performed because the set is unmodifiable.  code | html