[Schmitzm-commits] r1052 - in trunk: src/schmitzm/geotools/gui src/schmitzm/jfree src/skrueger/geotools src_junit/schmitzm/geotools/styling src_junit/schmitzm/jfree/feature/style

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 23 18:15:26 CEST 2010


Author: alfonx
Date: 2010-09-23 18:15:25 +0200 (Thu, 23 Sep 2010)
New Revision: 1052

Modified:
   trunk/src/schmitzm/geotools/gui/XMapPaneActionDraggingAdapter.java
   trunk/src/schmitzm/jfree/JFreeChartUtil.java
   trunk/src/skrueger/geotools/AttributeMetadataMap.java
   trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
   trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java
   trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java
Log:
Organized Imports

Modified: trunk/src/schmitzm/geotools/gui/XMapPaneActionDraggingAdapter.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/XMapPaneActionDraggingAdapter.java	2010-09-22 13:43:51 UTC (rev 1051)
+++ trunk/src/schmitzm/geotools/gui/XMapPaneActionDraggingAdapter.java	2010-09-23 16:15:25 UTC (rev 1052)
@@ -33,7 +33,6 @@
 import java.awt.Color;
 import java.awt.Point;
 import java.awt.event.MouseEvent;
-import java.awt.event.MouseWheelEvent;
 
 import org.opengis.geometry.DirectPosition;
 

Modified: trunk/src/schmitzm/jfree/JFreeChartUtil.java
===================================================================
--- trunk/src/schmitzm/jfree/JFreeChartUtil.java	2010-09-22 13:43:51 UTC (rev 1051)
+++ trunk/src/schmitzm/jfree/JFreeChartUtil.java	2010-09-23 16:15:25 UTC (rev 1052)
@@ -43,7 +43,6 @@
 import org.jfree.chart.axis.Axis;
 import org.jfree.chart.axis.NumberAxis;
 import org.jfree.chart.axis.ValueAxis;
-import org.jfree.chart.block.Block;
 import org.jfree.chart.block.BlockBorder;
 import org.jfree.chart.block.BlockContainer;
 import org.jfree.chart.block.BorderArrangement;

Modified: trunk/src/skrueger/geotools/AttributeMetadataMap.java
===================================================================
--- trunk/src/skrueger/geotools/AttributeMetadataMap.java	2010-09-22 13:43:51 UTC (rev 1051)
+++ trunk/src/skrueger/geotools/AttributeMetadataMap.java	2010-09-23 16:15:25 UTC (rev 1052)
@@ -1,8 +1,6 @@
 package skrueger.geotools;
 
 import java.util.ArrayList;
-import java.util.Collections;
-import java.util.LinkedHashSet;
 import java.util.List;
 import java.util.Map;
 import java.util.TreeMap;

Modified: trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java
===================================================================
--- trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java	2010-09-22 13:43:51 UTC (rev 1051)
+++ trunk/src/skrueger/geotools/StyledFeatureCollectionTableModel.java	2010-09-23 16:15:25 UTC (rev 1052)
@@ -32,7 +32,6 @@
 import java.util.HashMap;
 import java.util.LinkedHashSet;
 import java.util.List;
-import java.util.Vector;
 
 import org.apache.log4j.Logger;
 import org.geotools.data.DefaultQuery;

Modified: trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java
===================================================================
--- trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java	2010-09-22 13:43:51 UTC (rev 1051)
+++ trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java	2010-09-23 16:15:25 UTC (rev 1052)
@@ -28,8 +28,6 @@
 import org.opengis.feature.simple.SimpleFeature;
 import org.opengis.feature.simple.SimpleFeatureType;
 
-import com.sun.media.jai.rmi.RasterState;
-
 import schmitzm.geotools.JTSUtil;
 import schmitzm.geotools.styling.StylingUtil.SelectionStylesTypes;
 import schmitzm.swing.TestingUtil;

Modified: trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java
===================================================================
--- trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java	2010-09-22 13:43:51 UTC (rev 1051)
+++ trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java	2010-09-23 16:15:25 UTC (rev 1052)
@@ -29,12 +29,6 @@
 import org.jfree.chart.axis.NumberTickUnit;
 import org.jfree.chart.axis.TickUnits;
 import org.jfree.chart.axis.ValueTick;
-import org.jfree.chart.labels.CategoryToolTipGenerator;
-import org.jfree.chart.plot.CategoryPlot;
-import org.jfree.chart.renderer.category.AbstractCategoryItemRenderer;
-import org.jfree.chart.renderer.category.BarRenderer;
-import org.jfree.chart.title.CompositeTitle;
-import org.jfree.chart.title.LegendTitle;
 import org.jfree.data.category.CategoryDataset;
 import org.jfree.data.category.DefaultCategoryDataset;
 import org.jfree.ui.RectangleEdge;
@@ -46,7 +40,6 @@
 
 import schmitzm.geotools.styling.TestingUtil2;
 import schmitzm.io.IOUtil;
-import schmitzm.jfree.JFreeChartUtil;
 import schmitzm.jfree.chart.style.BasicChartStyle;
 import schmitzm.jfree.chart.style.ChartAxisStyle;
 import schmitzm.jfree.chart.style.ChartLabelStyle;



More information about the Schmitzm-commits mailing list