API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. PagesPerMinuteColor View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      IntegerSyntax
          PagesPerMinuteColor
Implements
 PrintServiceAttribute
Subclasses
Description
publicfinal class PagesPerMinuteColor
  Class PagesPerMinuteColor is 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).
See also:   
Constructors
public PagesPerMinuteColor (int value)
  Construct a new pages per minute color attribute with the given integer value.
Methods
Hide/Show inherited methods
public boolean equals (Object object) [Overrides IntegerSyntax]
  Returns whether this pages per minute color attribute is equivalent to the passed in object.
publicfinal Class<Attribute> getCategory ()
  Get the printing attribute class which is to be used as the "category" for this printing attribute value.
publicfinal String getName ()
  Get the name of the category of which this attribute value is an instance.
public int getValue () [Inherited From IntegerSyntax]
  Returns this integer attribute's integer value.
public int hashCode () [Inherited From IntegerSyntax]
  Returns a hash code value for this integer attribute.
public String toString () [Inherited From IntegerSyntax]
  Returns a string value corresponding to this integer attribute.
Fields
Hide/Show inherited fields
pack-privatefinalstatic long serialVersionUID = "1684993151687470944"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar