javax.print.attribute.standard
public final class PagesPerMinuteColor extends IntegerSyntax implements PrintServiceAttribute
PagesPerMinuteColor
printing attribute specifies
the nominal number of pages per minute which may be printed in
color by the printer.
IPP Compatibility: PagesPerMinuteColor is an IPP 1.1 attribute.
Constructor Summary | |
---|---|
PagesPerMinuteColor(int value)
Creates a PagesPerMinuteColor object.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests if the given object is equal to this object.
|
Class<? extends Attribute> | getCategory()
Returns category of this class.
|
String | getName()
Returns the name of this attribute.
|
PagesPerMinuteColor
object.
Parameters: value the number of pages per minute in color
Throws: IllegalArgumentException if value < 0
Parameters: obj the object to test
Returns: true
if both objects are equal,
false
otherwise.
Returns: The class PagesPerMinuteColor
itself.
Returns: The name "pages-per-minute-color".