[Schmitzm-commits] r1007 - branches/2.2.x/src/skrueger/geotools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Sep 14 23:00:47 CEST 2010


Author: alfonx
Date: 2010-09-14 23:00:47 +0200 (Tue, 14 Sep 2010)
New Revision: 1007

Modified:
   branches/2.2.x/src/skrueger/geotools/MapContextManagerInterface.java
Log:
One change in MapCOntextManagerInterface / AtlasMapLegend to satisfy ISDSS problems

Modified: branches/2.2.x/src/skrueger/geotools/MapContextManagerInterface.java
===================================================================
--- branches/2.2.x/src/skrueger/geotools/MapContextManagerInterface.java	2010-09-14 20:21:57 UTC (rev 1006)
+++ branches/2.2.x/src/skrueger/geotools/MapContextManagerInterface.java	2010-09-14 21:00:47 UTC (rev 1007)
@@ -118,5 +118,16 @@
 	 * @return The {@link MapContext} managed by this {@link MapContextManagerInterface} 
 	 */
 	MapContext getMapContext();
+	
+	/**
+	 * If set to <code>false</code>, this map and GUI are not updated
+	 * automatically while changing the map. Is set to <code>true</code>, and it
+	 * was <code>false</code> before, the {@link #repaintMapAndTheGUI()} is
+	 * called.
+	 * 
+	 * @param valuesAdjusting
+	 *            FalseFileFilter
+	 */
+	void setValuesAdjusting(boolean valuesAdjusting);
 
 }



More information about the Schmitzm-commits mailing list