This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
Interface Summary |
Attribute |
Interface Attribute is the base interface implemented by any and every
printing attribute class to indicate that the class represents a
printing attribute. |
AttributeSet |
Interface AttributeSet specifies the interface for a set of printing
attributes. |
DocAttribute |
Interface DocAttribute is a tagging interface which a printing attribute
class implements to indicate the attribute denotes a setting for a doc. |
DocAttributeSet |
Interface DocAttributeSet specifies the interface for a set of doc
attributes, i.e. |
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. |
PrintJobAttributeSet |
Interface PrintJobAttributeSet specifies the interface for a set of print
job attributes, i.e. |
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. |
PrintRequestAttributeSet |
Interface PrintRequestAttributeSet specifies the interface for a set of
print request attributes, i.e. |
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. |
PrintServiceAttributeSet |
Interface PrintServiceAttributeSet specifies the interface for a set of
print job attributes, i.e. |
SupportedValuesAttribute |
Interface SupportedValuesAttribute is a tagging interface which a printing
attribute class implements to indicate the attribute describes the supported
values for another attribute. |
Class Summary |
AttributeSetUtilities |
Class AttributeSetUtilities provides static methods for manipulating
AttributeSets. |
DateTimeSyntax |
Class DateTimeSyntax is an abstract base class providing the common
implementation of all attributes whose value is a date and time. |
EnumSyntax |
Class EnumSyntax is an abstract base class providing the common
implementation of all "type safe enumeration" objects. |
HashAttributeSet |
Class HashAttributeSet provides an AttributeSet
implementation with characteristics of a hash map. |
HashDocAttributeSet |
Class HashDocAttributeSet provides an attribute set which
inherits its implementation from class javax.print.attribute.HashAttributeSet and enforces the semantic restrictions of interface javax.print.attribute.DocAttributeSet. |
HashPrintJobAttributeSet |
Class HashPrintJobAttributeSet provides an attribute set
which inherits its implementation from class javax.print.attribute.HashAttributeSet and enforces the semantic restrictions of interface
javax.print.attribute.PrintJobAttributeSet. |
HashPrintRequestAttributeSet |
Class HashPrintRequestAttributeSet inherits its implementation from
class javax.print.attribute.HashAttributeSet and enforces the
semantic restrictions of interface
javax.print.attribute.PrintRequestAttributeSet. |
HashPrintServiceAttributeSet |
Class HashPrintServiceAttributeSet provides an attribute set
which inherits its implementation from class javax.print.attribute.HashAttributeSet and enforces the semantic restrictions of interface
javax.print.attribute.PrintServiceAttributeSet. |
IntegerSyntax |
Class IntegerSyntax is an abstract base class providing the common
implementation of all attributes with integer values. |
ResolutionSyntax |
Class ResolutionSyntax is an abstract base class providing the common
implementation of all attributes denoting a printer resolution. |
SetOfIntegerSyntax |
Class SetOfIntegerSyntax is an abstract base class providing the common
implementation of all attributes whose value is a set of nonnegative
integers. |
Size2DSyntax |
Class Size2DSyntax is an abstract base class providing the common
implementation of all attributes denoting a size in two dimensions. |
TextSyntax |
Class TextSyntax is an abstract base class providing the common
implementation of all attributes whose value is a string. |
URISyntax |
Class URISyntax is an abstract base class providing the common
implementation of all attributes whose value is a Uniform Resource
Identifier (URI). |
This documentation differs from the official API.
Jadeite adds
extra features to the API including:
variable font sizes,
constructions examples,
placeholders for classes and methods, and auto-generated “See Also” links.
Additionally it
is missing some items found in standard Javadoc documentation, including:
generics type information,
“Deprecated” tags and comments,
“See Also” links,
along with other minor differences.
Please send any questions or feedback to
bam@cs.cmu.edu.
This page displays the
Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
The official Sun™ documentation can be found here at
http://java.sun.com/javase/6/docs/api/.