maltcms.ui.charts
Class AlignmentMapChart

java.lang.Object
  extended by maltcms.ui.charts.AChart<org.jfree.chart.plot.XYPlot>
      extended by maltcms.ui.charts.AlignmentMapChart
All Implemented Interfaces:
cross.IConfigurable, Serializable

public class AlignmentMapChart
extends AChart<org.jfree.chart.plot.XYPlot>

Creates a Plot displaying the mapping between two aligned time series.

Author:
Nils.Hoffmann@cebitec.uni-bielefeld.de
See Also:
Serialized Form

Constructor Summary
AlignmentMapChart(List<cross.datastructures.tuple.Tuple2DI> map1, Array domain1, Array domain2, String x_label, int height1, int stride1)
           
 
Method Summary
 org.jfree.chart.plot.XYPlot create()
           
 String getTitle()
           
 void setTitle(String s)
           
 
Methods inherited from class maltcms.ui.charts.AChart
configure, getYaxis_max, getYaxis_min, normalize, setYaxis_max, setYaxis_min
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlignmentMapChart

public AlignmentMapChart(List<cross.datastructures.tuple.Tuple2DI> map1,
                         Array domain1,
                         Array domain2,
                         String x_label,
                         int height1,
                         int stride1)
Method Detail

create

public org.jfree.chart.plot.XYPlot create()
Specified by:
create in class AChart<org.jfree.chart.plot.XYPlot>

getTitle

public String getTitle()
Specified by:
getTitle in class AChart<org.jfree.chart.plot.XYPlot>

setTitle

public void setTitle(String s)
Specified by:
setTitle in class AChart<org.jfree.chart.plot.XYPlot>


Copyright © 2007-2012. All Rights Reserved.