javax.print.attribute
Interface DocAttribute

All Superinterfaces:
Attribute, Serializable
All Known Implementing Classes:
Chromaticity, Compression, DocumentName, Finishings, Media, MediaName, MediaPrintableArea, MediaSizeName, MediaTray, NumberUp, OrientationRequested, PageRanges, PrinterResolution, PrintQuality, SheetCollate, Sides

public interface DocAttribute
extends Attribute

Marker interface for all attribute classes describing attributes of a Doc object.

Instances of implementing attribute classes may be collected in a DocAttributeSet.

Attributes attached to a Doc instance specify how the data should be printed. For example Chromaticity can be used to specify that a doc should be printed in color or monochrome.

See Also:
DocAttributeSet

Method Summary
 
Methods inherited from interface javax.print.attribute.Attribute
getCategory, getName