maltcms.ui.charts
Class AlignmentMapChart
java.lang.Object
maltcms.ui.charts.AChart<org.jfree.chart.plot.XYPlot>
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
AlignmentMapChart
public AlignmentMapChart(List<cross.datastructures.tuple.Tuple2DI> map1,
Array domain1,
Array domain2,
String x_label,
int height1,
int stride1)
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.