svn commit: r16432 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java

Tom Morris <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-12-23 11:19:29-0800
New Revision: 16432

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java

Log:
Add constant for debug color (cyan)

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java?view=diff&pathrev=16432&r1=16431&r2=16432
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFig.java	2008-12-23 11:19:29-0800
@@ -24,6 +24,8 @@
 
 package org.argouml.uml.diagram.ui;
 
+import java.awt.Color;
+
 import org.argouml.kernel.Project;
 import org.argouml.uml.diagram.DiagramSettings;
 
@@ -58,6 +60,12 @@
      * in a compartment
      */
     public static final int STEREOHEIGHT = 18;
+    
+    /**
+     * The color used for things which shouldn't normally be visible, so we can
+     * spot them easily when they are.
+     */
+    public static final Color DEBUG_COLOR = Color.cyan;
 
 
     /**

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=990877

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.