API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute. Attribute View Source
Author(s)
David Mendenhall
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Serializable
      Attribute
Subinterfaces
Description
public interface Attribute
  Interface Attribute is the base interface implemented by any and every printing attribute class to indicate that the class represents a printing attribute.
See also:   
Methods
Hide/Show inherited methods
public Class<Attribute> getCategory ()
  Get the printing attribute class which is to be used as the "category" for this printing attribute value when it is added to an attribute set.
public String getName ()
  Get the name of the category of which this attribute value is an instance.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar