API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. Destination View Source
Author(s)
Phil Race.
Since
Version
Serial
Hierarchy
 Object
      URISyntax
          Destination
Implements
 PrintJobAttribute
 PrintRequestAttribute
Subclasses
Description
publicfinal class Destination
  Class Destination is a printing attribute class, a URI, that is used to indicate an alternate destination for the spooled printer formatted data.
See also:   
Constructors
public Destination (URI uri)
  Constructs a new destination attribute with the specified URI.
Methods
Hide/Show inherited methods
public boolean equals (Object object) [Overrides URISyntax]
  Returns whether this destination 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 URI getURI () [Inherited From URISyntax]
  Returns this URI attribute's URI value.
public int hashCode () [Inherited From URISyntax]
  Returns a hashcode for this URI attribute.
public String toString () [Inherited From URISyntax]
  Returns a String identifying this URI attribute.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar