Uses of Interface
javax.print.attribute.PrintServiceAttribute
Packages that use PrintServiceAttribute
Package
Description
Provides the principal classes and interfaces for the Java Print
 Service API.
Provides classes and interfaces that describe the types of Java Print
 Service attributes and how they can be collected into attribute sets.
Package 
javax.print.attribute.standard contains classes for specific
 printing attributes.- 
Uses of PrintServiceAttribute in javax.printMethods in javax.print with type parameters of type PrintServiceAttributeModifier and TypeMethodDescription<T extends PrintServiceAttribute>
 TPrintService.getAttribute(Class<T> category)Gets the value of the single specified service attribute.
- 
Uses of PrintServiceAttribute in javax.print.attributeConstructors in javax.print.attribute with parameters of type PrintServiceAttributeModifierConstructorDescriptionHashPrintServiceAttributeSet(PrintServiceAttribute attribute)Construct a new hash print service attribute set, initially populated with the given value.HashPrintServiceAttributeSet(PrintServiceAttribute[] attributes)Construct a new print service attribute set, initially populated with the values from the given array.
- 
Uses of PrintServiceAttribute in javax.print.attribute.standardClasses in javax.print.attribute.standard that implement PrintServiceAttributeModifier and TypeClassDescriptionclassClassColorSupportedis a printing attribute class, an enumeration, that identifies whether the device is capable of any type of color printing at all, including highlight color as well as full process color.classClassPagesPerMinuteis an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer (e.g., simplex, black-and-white).classClassPagesPerMinuteColoris an integer valued printing attribute that indicates the nominal number of pages per minute to the nearest whole number which may be generated by this printer when printing color (e.g., simplex, color).classClassPDLOverrideSupportedis a printing attribute class, an enumeration, that expresses the printer's ability to attempt to override processing instructions embedded in documents' print data with processing instructions specified as attributes outside the print data.classClassPrinterInfois a printing attribute class, a text attribute, that provides descriptive information about a printer.classClassPrinterIsAcceptingJobsis a printing attribute class, an enumeration, that indicates whether the printer is currently able to accept jobs.classClassPrinterLocationis a printing attribute class, a text attribute, that identifies the location of the device.classClassPrinterMakeAndModelis a printing attribute class, a text attribute, that the make and model of the printer.classClassPrinterMessageFromOperatoris a printing attribute class, a text attribute, that provides a message from an operator, system administrator, or "intelligent" process to indicate to the end user information about or status of the printer, such as why it is unavailable or when it is expected to be available.classClassPrinterMoreInfois a printing attribute class, aURI, that is used to obtain more information about this specific printer.classClassPrinterMoreInfoManufactureris a printing attribute class, aURI, that is used to obtain more information about this type of device.classClassPrinterNameis a printing attribute class, a text attribute, that specifies the name of a printer.classClassPrinterStateis a printing attribute class, an enumeration, that identifies the current state of a printer.classClassPrinterStateReasonsis a printing attribute class, a set of enumeration values, that provides additional information about the printer's current state, i.e., information that augments the value of the printer'sPrinterStateattribute.classClassPrinterURIis a printing attribute class, aURI, that specifies the globally unique name of a printer.classClassQueuedJobCountis an integer valued printing attribute that indicates the number of jobs in the printer whoseJobStateis eitherPENDING,PENDING_HELD,PROCESSING, orPROCESSING_STOPPED.