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/21 16:21:39 UTC

cvs commit: xml-batik/sources/org/apache/batik/svggen package.html

cjolif      01/03/21 07:21:38

  Modified:    sources/org/apache/batik/script/jacl package.html
               sources/org/apache/batik/script/jpython package.html
               sources/org/apache/batik/script/rhino package.html
  Added:       sources/org/apache/batik/ext/awt/g2d package.html
               sources/org/apache/batik/svggen package.html
  Log:
  add some packages description.
  fix description of some other packages.
  
  Revision  Changes    Path
  1.1                  xml-batik/sources/org/apache/batik/ext/awt/g2d/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
  "http://www.w3.org/TR/REC-html40/loose.dtd">
  <html>
    <head>
      <title>Abstract Graphics2D Package</title>
    </head>
    <body>
      Provides an API for subclassing the <code>java.awt.Graphics2D</code>
      class in order to translate Java 2D primitives into another graphic
      format.
    </body>
  </html>
  
  
  
  1.2       +1 -1      xml-batik/sources/org/apache/batik/script/jacl/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/script/jacl/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	2001/02/05 15:33:58	1.1
  +++ package.html	2001/03/21 15:21:21	1.2
  @@ -7,6 +7,6 @@
   
     <body>
       Provides an API for interpreting Tcl language through
  -    the <a href="http://dev.scriptics.com/software/java/">Jacl</href> interpreter. 
  +    the <a href="http://dev.scriptics.com/software/java/">Jacl</a> interpreter. 
     </body>
   </html>
  
  
  
  1.2       +1 -1      xml-batik/sources/org/apache/batik/script/jpython/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/script/jpython/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	2001/02/05 15:33:58	1.1
  +++ package.html	2001/03/21 15:21:27	1.2
  @@ -7,6 +7,6 @@
   
     <body>
       Provides an API for interpreting Python language through
  -    the <a href="http://www.jpython.org">JPython</href> interpreter. 
  +    the <a href="http://www.jpython.org">JPython</a> interpreter. 
     </body>
   </html>
  
  
  
  1.2       +1 -1      xml-batik/sources/org/apache/batik/script/rhino/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/script/rhino/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	2001/02/05 15:33:58	1.1
  +++ package.html	2001/03/21 15:21:31	1.2
  @@ -7,6 +7,6 @@
   
     <body>
       Provides an API for interpreting JavaScript language through
  -    the <a href="http://www.mozilla.org/rhino">Rhino</href> interpreter. 
  +    the <a href="http://www.mozilla.org/rhino">Rhino</a> interpreter. 
     </body>
   </html>
  
  
  
  1.1                  xml-batik/sources/org/apache/batik/svggen/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
  "http://www.w3.org/TR/REC-html40/loose.dtd">
  <html>
    <head>
      <title>SVGGraphics2D Package</title>
    </head>
    <body>
      Provides an API on top of the 
      {@link org.apache.batik.ext.awt.g2d.AbstractGraphics2D} to translate
      Java 2D primitives into the SVG format.
    </body>
  </html>
  
  
  

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