svn commit: r16558 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java
Michiel van der Wulp <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2009-01-09 09:27:41-0800
New Revision: 16558
Modified:
trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java
Log:
Document the problem of issue 5604.
Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java?view=diff&pathrev=16558&r1=16557&r2=16558
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/FigNodeModelElement.java 2009-01-09 09:27:41-0800
@@ -1,5 +1,5 @@
// $Id$
-// Copyright (c) 1996-2008 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
@@ -362,6 +362,9 @@
* with the given settings. This is the constructor used by the PGML
* parser when loading a diagram from a file.<p>
*
+ * Beware: the width and height in the given Rectangle are currently ignored.
+ * According issue 5604 this is a bug.
+ *
* @param element ModelElement associated with figure
* @param bounds x & y are used to set position, width & height are ignored
* @param renderSettings the rendering settings to use for the Fig
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1014084
To unsubscribe from this discussion, e-mail: [[email protected]].