javax.print.attribute

Interface PrintServiceAttribute

public interface PrintServiceAttribute extends Attribute

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

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

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

See Also: