halo.userinterface.gui.graphhandler
Class GraphHandler
java.lang.Object
halo.userinterface.gui.graphhandler.GraphHandler
public class GraphHandler
- extends java.lang.Object
Provides methods for the generation and handling of graphs created with JFreeChart.
- Author:
- Stefanie Kaufmann
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphHandler
public GraphHandler()
plotNormalization
public static XYGraphConstructor plotNormalization(Normalization norm,
Data data)
- Generates the plot for normalization
- Parameters:
norm
- The normalization objectdata
- The raw data
- Returns:
- The constructor for the graph
plotHalfLifeHisto
public static void plotHalfLifeHisto(java.util.List<HalfLife> lives,
java.util.List<java.lang.Double> time,
java.awt.Frame gui)
- plots half-lives as histograms, each half-life calculation in one graph
- Parameters:
lives
- List of half-life calculationstime
- List of corresponding labeling timesgui
- Parent frame