[Schmitzm-commits] r723 - in trunk/src: schmitzm/jfree/chart/style schmitzm/jfree/feature/style skrueger/i8n
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Feb 25 17:24:53 CET 2010
Author: alfonx
Date: 2010-02-25 17:24:52 +0100 (Thu, 25 Feb 2010)
New Revision: 723
Modified:
trunk/src/schmitzm/jfree/chart/style/AbstractChartStyle.java
trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java
trunk/src/skrueger/i8n/Translation.java
Log:
bug FIXed: Erstellen neuer Bsp. Diagramme in CDA: PROBLEME MIT CHART MANAGER!!!zeigt nicht das neuen sondern zweimal das alte in Liste. Kann das neuechart also nicht mehr itieren! Hab noch ein weiteres erstellt und es geschah das gleiche.
Modified: trunk/src/schmitzm/jfree/chart/style/AbstractChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/chart/style/AbstractChartStyle.java 2010-02-25 15:37:58 UTC (rev 722)
+++ trunk/src/schmitzm/jfree/chart/style/AbstractChartStyle.java 2010-02-25 16:24:52 UTC (rev 723)
@@ -158,6 +158,8 @@
setAxisStyle(DOMAIN_AXIS, new ChartAxisStyle(xTitle,Color.BLACK,0.0,0.0) );
if ( yTitle != null )
setAxisStyle(RANGE_AXIS, new ChartAxisStyle(yTitle,Color.BLACK,0.0,0.0) );
+
+ System.out.println("HASH = "+hashCode());
}
/**
Modified: trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java 2010-02-25 15:37:58 UTC (rev 722)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureChartStyle.java 2010-02-25 16:24:52 UTC (rev 723)
@@ -64,6 +64,7 @@
* @version 1.0
*/
public interface FeatureChartStyle extends ChartStyle {
+
/**
* Defines possible aggregation function to calculate on attribute
* categories.
Modified: trunk/src/skrueger/i8n/Translation.java
===================================================================
--- trunk/src/skrueger/i8n/Translation.java 2010-02-25 15:37:58 UTC (rev 722)
+++ trunk/src/skrueger/i8n/Translation.java 2010-02-25 16:24:52 UTC (rev 723)
@@ -335,8 +335,8 @@
*/
public void addTranslationChangeListener(ActionListener actionListener) {
if (actionListeners.add(actionListener)) {
- LOGGER
- .debug("registering a new translationChangeActionListener in the WeakHashSet");
+// LOGGER
+// .debug("registering a new translationChangeActionListener in the WeakHashSet");
}
}
More information about the Schmitzm-commits
mailing list