Revision: 1270
Author:   heuermh
Date:     Tue Dec 30 03:09:21 2014 UTC
Log:      Issue 263 ; adding @since tags
https://code.google.com/p/piccolo2d/source/detail?r=1270

Modified:
 /piccolo2d.java/trunk/core/src/main/java/org/piccolo2d/nodes/PPath.java

=======================================
--- /piccolo2d.java/trunk/core/src/main/java/org/piccolo2d/nodes/PPath.java Tue Dec 30 02:48:02 2014 UTC +++ /piccolo2d.java/trunk/core/src/main/java/org/piccolo2d/nodes/PPath.java Tue Dec 30 03:09:21 2014 UTC
@@ -288,6 +288,7 @@
* Create and return a new path node with a shape defined by the specified line segments in single * precision floating point coordinates. Will be marked <code>final</code> in version 4.0.
      *
+     * @since 3.0.1
* @param xp array of x coordinates, must contain at least one x coordinate * @param yp array of y coordinates, must contain at least one y coordinate * @return a new path node with the a shape defined by the specified line segments in single
@@ -316,6 +317,7 @@
* Create and return a new path node with a shape defined by the specified line segments in single * precision floating point coordinates. Will be marked <code>final</code> in version 4.0.
      *
+     * @since 3.0.1
* @param points array of points, must not be null and must contain at least one point * @return a new path node with the a shape defined by the specified line segments in single
      *    precision floating point coordinates

--
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
--- You received this message because you are subscribed to the Google Groups "Piccolo2D Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to