javax.print.attribute

Interface DocAttribute

public interface DocAttribute extends Attribute

Marker interface for all attribute classes describing attributes of a {@link javax.print.Doc} object.

Instances of implementing attribute classes may be collected in a {@link javax.print.attribute.DocAttributeSet}.

Attributes attached to a {@link javax.print.Doc} instance specify how the data should be printed. For example {@link javax.print.attribute.standard.Chromaticity} can be used to specify that a doc should be printed in color or monochrome.

See Also: