javax.print.attribute.standard
public final class PagesPerMinute extends IntegerSyntax implements PrintServiceAttribute
PagesPerMinute
printing attribute specifies
the nominal number of pages per minute which may be printed
by the printer.
IPP Compatibility: PagesPerMinute is an IPP 1.1 attribute.
Constructor Summary | |
---|---|
PagesPerMinute(int value)
Creates a PagesPerMinute 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.
|
PagesPerMinute
object.
Parameters: value the number of pages per minute
Throws: IllegalArgumentException if value < 0
Parameters: obj the object to test
Returns: true
if both objects are equal,
false
otherwise.
Returns: The class PagesPerMinute
itself.
Returns: The name "pages-per-minute".