Revision: 799
Author: heuermh
Date: Thu Oct 22 19:39:46 2009
Log: replacing e accute accent characters with HTML entities in javadoc
http://code.google.com/p/piccolo2d/source/detail?r=799

Modified:
   
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PPath.java

=======================================
---  
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PPath.java    
 
Mon Oct 19 13:38:38 2009
+++  
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/nodes/PPath.java    
 
Thu Oct 22 19:39:46 2009
@@ -510,14 +510,14 @@

      /**
       * Adds a curved segment, defined by three new points, to the path by
-     * drawing a Bézier curve that intersects both the current coordinates  
and
+     * drawing a Bézier curve that intersects both the current  
coordinates and
       * the coordinates (x3, y3), using the specified points (x1, y1) and  
(x2,
-     * y2) as Bézier control points.
+     * y2) as Bézier control points.
       *
-     * @param x1 x component of first Bézier control point
-     * @param y1 y component of first Bézier control point
-     * @param x2 x component of second Bézier control point
-     * @param y2 y component of second Bézier control point
+     * @param x1 x component of first Bézier control point
+     * @param y1 y component of first Bézier control point
+     * @param x2 x component of second Bézier control point
+     * @param y2 y component of second Bézier control point
       * @param x3 x component of point through which curve must pass
       * @param y3 y component of point through which curve must pass
       */

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to