Skip to content
Snippets Groups Projects
Commit 6fc9a5c2 authored by Maximilian Koenig's avatar Maximilian Koenig
Browse files

minor changes

parent 520d518f
Branches PavoVektor
No related tags found
No related merge requests found
...@@ -26,52 +26,24 @@ ...@@ -26,52 +26,24 @@
*/ */
package tools.descartes.pavo.controller; package tools.descartes.pavo.controller;
import java.awt.Color;
import java.awt.Rectangle; import java.awt.Rectangle;
import java.awt.event.ActionEvent; import java.awt.event.ActionEvent;
import java.awt.event.ActionListener; import java.awt.event.ActionListener;
import java.awt.event.WindowEvent; import java.awt.event.WindowEvent;
import java.awt.event.WindowListener; import java.awt.event.WindowListener;
import java.io.File; import java.io.File;
import java.io.FileWriter;
import java.io.IOException; import java.io.IOException;
import java.io.PrintWriter; import java.io.PrintWriter;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import javax.swing.JFileChooser; import javax.swing.JFileChooser;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.impl.AdapterImpl;
import org.eclipse.emf.common.util.EList;
import org.jfree.chart.ChartUtilities; import org.jfree.chart.ChartUtilities;
import org.jfree.chart.JFreeChart; import org.jfree.chart.JFreeChart;
import org.jfree.chart.plot.Marker;
import org.jfree.chart.plot.ValueMarker;
import org.jfree.graphics2d.svg.SVGGraphics2D; import org.jfree.graphics2d.svg.SVGGraphics2D;
import org.jfree.graphics2d.svg.SVGUtils; import org.jfree.graphics2d.svg.SVGUtils;
import org.jfree.ui.RectangleAnchor;
import tools.descartes.dql.models.mapping.domain.AbstractSeriesResult;
import tools.descartes.dql.models.mapping.domain.SeriesResultElement;
import tools.descartes.pavo.types.BarChart;
import tools.descartes.pavo.types.BoxPlot;
import tools.descartes.pavo.types.DifferenceChart;
import tools.descartes.pavo.types.HeatMap;
import tools.descartes.pavo.types.IVisualizationType;
import tools.descartes.pavo.types.LineChart;
import tools.descartes.pavo.types.PieChart;
import tools.descartes.pavo.types.ScatterPlot;
import tools.descartes.pavo.view.ExportDialogFrame; import tools.descartes.pavo.view.ExportDialogFrame;
import tools.descartes.pavo.view.View; import tools.descartes.pavo.view.View;
import tools.descartes.pavo.helper.MathHelper; import tools.descartes.pavo.result.*;;
import tools.descartes.pavo.result.*;
/** /**
* class to visualize all probes of one resource into one pane. These panes are * class to visualize all probes of one resource into one pane. These panes are
......
...@@ -29,22 +29,15 @@ package tools.descartes.pavo.controller; ...@@ -29,22 +29,15 @@ package tools.descartes.pavo.controller;
import java.awt.Color; import java.awt.Color;
import java.awt.event.ActionEvent; import java.awt.event.ActionEvent;
import java.awt.event.ActionListener; import java.awt.event.ActionListener;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException; import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method; import java.lang.reflect.Method;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.LinkedList; import java.util.LinkedList;
import java.util.List; import java.util.List;
import javax.swing.JFileChooser;
import org.eclipse.emf.common.notify.Adapter; import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.impl.AdapterImpl; import org.eclipse.emf.common.notify.impl.AdapterImpl;
import org.eclipse.emf.common.util.EList; import org.eclipse.emf.common.util.EList;
import org.jfree.chart.ChartUtilities;
import org.jfree.chart.JFreeChart; import org.jfree.chart.JFreeChart;
import org.jfree.chart.plot.Marker; import org.jfree.chart.plot.Marker;
import org.jfree.chart.plot.ValueMarker; import org.jfree.chart.plot.ValueMarker;
...@@ -60,7 +53,6 @@ import tools.descartes.pavo.types.IVisualizationType; ...@@ -60,7 +53,6 @@ import tools.descartes.pavo.types.IVisualizationType;
import tools.descartes.pavo.types.LineChart; import tools.descartes.pavo.types.LineChart;
import tools.descartes.pavo.types.PieChart; import tools.descartes.pavo.types.PieChart;
import tools.descartes.pavo.types.ScatterPlot; import tools.descartes.pavo.types.ScatterPlot;
import tools.descartes.pavo.view.ExportDialogFrame;
import tools.descartes.pavo.view.View; import tools.descartes.pavo.view.View;
import tools.descartes.pavo.helper.MathHelper; import tools.descartes.pavo.helper.MathHelper;
import tools.descartes.pavo.result.*; import tools.descartes.pavo.result.*;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment