javax.print.attribute

Interface PrintServiceAttribute

public interface PrintServiceAttribute extends Attribute

Marker interface for all attribute classes describing parameters or the status of a {@link javax.print.PrintService}.

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

A print service uses attributes of this type to inform about the status or the specific capabilities of itself. For example {@link javax.print.attribute.standard.PagesPerMinute} is used to specify the average printable pages per minute of the print service.

See Also: