Revision: 7710
Author: victormote
Date: 2006-06-19 13:02:39 -0700 (Mon, 19 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7710&view=rev
Log Message:
-----------
Clear some javadoc to-do items.
Modified Paths:
--------------
trunk/foray/foray-render/src/java/org/foray/render/Renderer.java
Modified: trunk/foray/foray-render/src/java/org/foray/render/Renderer.java
===================================================================
--- trunk/foray/foray-render/src/java/org/foray/render/Renderer.java 2006-06-19 19:07:26 UTC (rev 7709)
+++ trunk/foray/foray-render/src/java/org/foray/render/Renderer.java 2006-06-19 20:02:39 UTC (rev 7710)
@@ -286,8 +286,10 @@
* of the image, the image is not scaled.
* @param area The Area instance from which to obtain traits.
* @param image the image to be rendered
- * @param contentRectangle TODO
- * @param clipRectangle TODO
+ * @param contentRectangle The rectangle to which the graphic should be
+ * scaled during drawing.
+ * @param clipRectangle The rectangle to which the content should be clipped
+ * after any scaling.
*/
protected abstract void drawGraphic(Area area, Graphic image,
Rectangle contentRectangle, Rectangle clipRectangle);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|