Revision: 753
Author: heuermh
Date: Mon Oct 19 19:57:52 2009
Log: minor javadoc fixes . . . I really should stop now. :)
http://code.google.com/p/piccolo2d/source/detail?r=753
Modified:
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
=======================================
---
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
Mon Oct 19 19:56:22 2009
+++
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PCamera.java
Mon Oct 19 19:57:52 2009
@@ -174,7 +174,7 @@
* Repaint this camera and forward the repaint request to the component
* for this camera, if it is non-null.
*
- * @param localBounds bounds in local coordinates that require
repainting
+ * @param localBounds bounds that require repainting, in local
coordinates
* @param sourceNode node from which the repaint message originates,
may
* be the camera itself
*/
@@ -196,7 +196,7 @@
* in Piccolo2D this one must not modify the <code>viewBounds</code>
* parameter.
*
- * @param viewBounds bounds in view coordinates that require repainting
+ * @param viewBounds bounds that require repainting, in view
coordinates
* @param repaintedLayer layer dispatching the repaint notification
*/
public void repaintFromLayer(final PBounds viewBounds, final PLayer
repaintedLayer) {
@@ -211,7 +211,7 @@
/**
* @deprecated by {...@link #repaintFromLayer(PBounds, PLayer)}. Will be
removed
* in version 2.0.
- * @param viewBounds bounds in view coordinates that require repainting
+ * @param viewBounds bounds that require repainting, in view
coordinates
* @param repaintedLayer layer dispatching the repaint notification
*/
public void repaintFromLayer(final PBounds viewBounds, final PNode
repaintedLayer) {
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---