public class EvaluationDetailsChart
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description |
|---|
EvaluationDetailsChart(java.lang.String title,
java.lang.String chartY1Label,
java.lang.String timeFormat,
EvaluationDetailsJPanel.ContentType contentType)
Instantiates a new energy flow chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae) |
void |
addTimeSeries(int rangeAxisIndex,
org.jfree.data.time.TimeSeries series)
Adds the series.
|
org.jfree.chart.JFreeChart |
getChart()
Gets the chart.
|
java.util.Vector<javax.swing.JCheckBox> |
getJCheckBoxVector() |
java.util.Vector<org.jfree.data.time.TimeSeriesCollection> |
getTimeSeriesCollectionVector()
Gets the time series collection vector.
|
void |
removeAllSeries()
Removes all series from this chart.
|
public EvaluationDetailsChart(java.lang.String title,
java.lang.String chartY1Label,
java.lang.String timeFormat,
EvaluationDetailsJPanel.ContentType contentType)
title - the titlechartY1Label - the chart y labeltimeFormat - the time format patterncontentType - the chart contentpublic org.jfree.chart.JFreeChart getChart()
public java.util.Vector<org.jfree.data.time.TimeSeriesCollection> getTimeSeriesCollectionVector()
public void removeAllSeries()
public void addTimeSeries(int rangeAxisIndex,
org.jfree.data.time.TimeSeries series)
series - the seriespublic java.util.Vector<javax.swing.JCheckBox> getJCheckBoxVector()
public void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed in interface java.awt.event.ActionListener