/[classpath]/classpath/javax/print/attribute/DocAttribute.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/DocAttribute.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 1  Line 1 
1  /* DocAttribute.java --  /* DocAttribute.java --
2     Copyright (C) 2003 Free Software Foundation, Inc.     Copyright (C) 2003, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.print.attribute;  package javax.print.attribute;
39    
40  /**  /**
41   * @author Michael Koch   * Marker interface for all attribute classes describing attributes of
42     * a {@link javax.print.Doc} object.
43     * <p>
44     * Instances of implementing attribute classes may be collected in a
45     * {@link javax.print.attribute.DocAttributeSet}.
46     * </p><p>
47     * Attributes attached to a {@link javax.print.Doc} instance specify how the
48     * data should be printed.
49     * For example {@link javax.print.attribute.standard.Chromaticity} can be
50     * used to specify that a doc should be printed in color or monochrome.
51     * </p>
52     *
53     * @see javax.print.attribute.DocAttributeSet
54     *
55     * @author Michael Koch  (konqueror@gmx.de)
56   */   */
57  public interface DocAttribute extends Attribute  public interface DocAttribute extends Attribute
58  {  {
59      // Marker interface
60  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26