[Schmitzm-commits] r281 - trunk/src/schmitzm/jfree/feature/style

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Aug 1 23:17:56 CEST 2009


Author: mojays
Date: 2009-08-01 23:17:56 +0200 (Sat, 01 Aug 2009)
New Revision: 281

Modified:
   trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java
Log:
some more TODOs

Modified: trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java
===================================================================
--- trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java	2009-08-01 20:58:25 UTC (rev 280)
+++ trunk/src/schmitzm/jfree/feature/style/FeatureChartUtil.java	2009-08-01 21:17:56 UTC (rev 281)
@@ -230,6 +230,9 @@
 //      // TODO: her maybe ignore NULL values completely        
 //      if ( yValue == null )
 //        continue;
+//      // TODO: here maybe implement the normalization
+//      // ...
+
         xySeries[attrIdx].add(xValue, yValue);
 
         // Mapping between FID and data index in series
@@ -293,9 +296,11 @@
 //      // TODO: here maybe filtering the several NULL aliases
 //      if ( yValue is a NULL alias )
 //        yValue = null;
-//      // TODO: her maybe ignore NULL values completely        
+//      // TODO: here maybe ignore NULL values completely        
 //      if ( yValue == null )
 //        continue;
+//      // TODO: here maybe implement the normalization
+//      // ...
         
         // Add data to dataset 
         dataset.addValue(yValue, yAttrName, catValue);



More information about the Schmitzm-commits mailing list