You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by cj...@apache.org on 2001/03/19 12:11:47 UTC

cvs commit: xml-batik/sources/org/apache/batik/ext/awt/g2d AbstractGraphics2D.java

cjolif      01/03/19 03:11:47

  Modified:    sources/org/apache/batik/ext/awt/g2d AbstractGraphics2D.java
  Log:
  doc warning
  
  Revision  Changes    Path
  1.2       +3 -3      xml-batik/sources/org/apache/batik/ext/awt/g2d/AbstractGraphics2D.java
  
  Index: AbstractGraphics2D.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/ext/awt/g2d/AbstractGraphics2D.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractGraphics2D.java	2001/03/14 01:36:09	1.1
  +++ AbstractGraphics2D.java	2001/03/19 11:11:46	1.2
  @@ -23,7 +23,7 @@
    * method in a way that concrete implementations can reuse.
    *
    * This class uses a <tt>GraphicContext</tt> to store the state of
  - * its various attributes that control the rendering, such as the 
  + * its various attributes that control the rendering, such as the
    * current <tt>Font</tt>, <tt>Paint</tt> or clip.
    *
    * Concrete implementations can focus on implementing the rendering
  @@ -33,8 +33,8 @@
    * are implemented by <tt>AbstractGraphics2D</tt>
    *
    * @author <a href="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a>
  - * @version $Id: AbstractGraphics2D.java,v 1.1 2001/03/14 01:36:09 vhardy Exp $
  - * @see org.apache.batik.svggen.GraphicContext
  + * @version $Id: AbstractGraphics2D.java,v 1.2 2001/03/19 11:11:46 cjolif Exp $
  + * @see org.apache.batik.ext.awt.g2d.GraphicContext
    */
   public abstract class AbstractGraphics2D extends Graphics2D implements Cloneable {
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org