public final class PagesPerMinute extends javax.print.attribute.IntegerSyntax implements javax.print.attribute.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 and Description |
|---|
PagesPerMinute(int value)
Creates a
PagesPerMinute object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests if the given object is equal to this object.
|
java.lang.Class<? extends javax.print.attribute.Attribute> |
getCategory()
Returns category of this class.
|
java.lang.String |
getName()
Returns the name of this attribute.
|
public PagesPerMinute(int value)
PagesPerMinute object.value - the number of pages per minutejava.lang.IllegalArgumentException - if value < 0public boolean equals(java.lang.Object obj)
equals in class javax.print.attribute.IntegerSyntaxobj - the object to testtrue if both objects are equal,
false otherwise.Object.hashCode()public java.lang.Class<? extends javax.print.attribute.Attribute> getCategory()
getCategory in interface javax.print.attribute.AttributePagesPerMinute itself.public java.lang.String getName()
getName in interface javax.print.attribute.Attribute