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
plotHalfLives
public static XYGraphConstructor plotHalfLives(Data data,
java.util.List<HalfLife> lives,
java.util.List<java.lang.String> methods,
java.util.List<java.lang.Double> time,
java.util.List<java.lang.Integer> replicates)