From 7bde45b2eb84502b62e77e46d947e46dcbd333d6 Mon Sep 17 00:00:00 2001 From: Bryce McKinlay Date: Fri, 9 Aug 2002 04:26:17 +0000 Subject: AWT/Swing merge from GNU Classpath. From-SVN: r56147 --- libjava/java/awt/PrintGraphics.java | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'libjava/java/awt/PrintGraphics.java') diff --git a/libjava/java/awt/PrintGraphics.java b/libjava/java/awt/PrintGraphics.java index 3d1ee632682..4a65fcec510 100644 --- a/libjava/java/awt/PrintGraphics.java +++ b/libjava/java/awt/PrintGraphics.java @@ -1,5 +1,5 @@ -/* PrintGraphics.java -- A print graphics context. - Copyright (C) 1999 Free Software Foundation, Inc. +/* PrintGraphics.java -- a print graphics context + Copyright (C) 1999, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,21 +39,19 @@ exception statement from your version. */ package java.awt; /** - * This interface allows the originating print job to be obtained. - * - * @author Aaron M. Renn (arenn@urbanophile.com) - */ + * This interface allows the originating print job to be obtained. + * + * @author Aaron M. Renn + * @since 1.0 + * @status updated to 1.4 + */ public interface PrintGraphics { - -/** - * Returns the PrintJob that this object is being - * managed by. - * - * @return The print job for this object. - */ -public abstract PrintJob -getPrintJob(); - + /** + * Returns the PrintJob that this object is being + * managed by. + * + * @return the print job for this object + */ + PrintJob getPrintJob(); } // interface PrintGraphics - -- cgit v1.2.3