/[classpath]/classpath/java/awt/PrintGraphics.java
ViewVC logotype

Diff of /classpath/java/awt/PrintGraphics.java

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

revision 1.4 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.5 by ericb, Wed Mar 20 04:56:08 2002 UTC
# Line 1  Line 1 
1  /* PrintGraphics.java -- A print graphics context.  /* PrintGraphics.java -- a print graphics context
2     Copyright (C) 1999 Free Software Foundation, Inc.     Copyright (C) 1999, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package java.awt;  package java.awt;
40    
41  /**  /**
42    * This interface allows the originating print job to be obtained.   * This interface allows the originating print job to be obtained.
43    *   *
44    * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn <arenn@urbanophile.com>
45    */   * @since 1.0
46     * @status updated to 1.4
47     */
48  public interface PrintGraphics  public interface PrintGraphics
49  {  {
50      /**
51  /**     * Returns the <code>PrintJob</code> that this object is being
52    * Returns the <code>PrintJob</code> that this object is being     * managed by.
53    * managed by.     *
54    *     * @return the print job for this object
55    * @return The print job for this object.     */
56    */    PrintJob getPrintJob();
 public abstract PrintJob  
 getPrintJob();  
   
57  } // interface PrintGraphics  } // interface PrintGraphics
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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