public final class PagesPerMinuteColor extends javax.print.attribute.IntegerSyntax implements javax.print.attribute.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 and Description |
|---|
PagesPerMinuteColor(int value)
Creates a
PagesPerMinuteColor 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 PagesPerMinuteColor(int value)
PagesPerMinuteColor object.value - the number of pages per minute in colorjava.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.AttributePagesPerMinuteColor itself.public java.lang.String getName()
getName in interface javax.print.attribute.Attribute