svn commit: r17349 - trunk/src/argouml-app/src/org/argouml/ui/Clarifier.java
Michiel van der Wulp <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2009-09-24 00:08:56-0700
New Revision: 17349
Modified:
trunk/src/argouml-app/src/org/argouml/ui/Clarifier.java
Log:
Comments only.
Modified: trunk/src/argouml-app/src/org/argouml/ui/Clarifier.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/ui/Clarifier.java?view=diff&pathrev=17349&r1=17348&r2=17349
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/ui/Clarifier.java (original)
+++ trunk/src/argouml-app/src/org/argouml/ui/Clarifier.java 2009-09-24 00:08:56-0700
@@ -1,5 +1,5 @@
// $Id$
-// Copyright (c) 1996-2006 The Regents of the University of California. All
+// Copyright (c) 1996-2009 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby granted, provided that the above copyright notice
@@ -25,12 +25,13 @@
package org.argouml.ui;
import javax.swing.Icon;
+
import org.argouml.cognitive.ToDoItem;
import org.tigris.gef.presentation.Fig;
/**
* This interface represents a "Clarifier", i.e. the red wavy line over e.g.
- * a class name, attribute or operation compartiment, to indicate the
+ * a class name, attribute or operation compartment, to indicate the
* existence of a critic.
*
*/
@@ -41,12 +42,13 @@
public void setFig(Fig f);
/**
- * @param i the todo item that is visualised by this clarifier
+ * @param i the todo item that is visualized by this clarifier
*/
public void setToDoItem(ToDoItem i);
/**
- * Reply true if the given point is inside the given Fig.
+ * Reply true if the given point is inside the Fig that
+ * contains the clarifier icon.
*
* @param x the x of the given point
* @param y the y of the given point
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2399161
To unsubscribe from this discussion, e-mail: [[email protected]].