|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectec.Statistics
ec.display.chart.ChartableStatistics
ec.display.chart.XYSeriesChartStatistics
public abstract class XYSeriesChartStatistics
| Field Summary | |
|---|---|
XYSeriesCollection |
seriesCollection
|
| Fields inherited from class ec.display.chart.ChartableStatistics |
|---|
P_TITLE, P_XAXIS, P_YAXIS, title, xlabel, ylabel |
| Fields inherited from class ec.Statistics |
|---|
children, P_CHILD, P_NUMCHILDREN |
| Constructor Summary | |
|---|---|
XYSeriesChartStatistics()
|
|
| Method Summary | |
|---|---|
void |
addDataPoint(int seriesID,
double x,
double y)
|
int |
addSeries(java.lang.String name)
|
JFreeChart |
makeChart()
|
void |
setup(EvolutionState state,
Parameter base)
Sets up the object by reading it from the parameters stored in state, built off of the parameter base base. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public XYSeriesCollection seriesCollection
| Constructor Detail |
|---|
public XYSeriesChartStatistics()
| Method Detail |
|---|
public void setup(EvolutionState state,
Parameter base)
Setup
setup in interface Setupsetup in class ChartableStatisticspublic JFreeChart makeChart()
makeChart in class ChartableStatisticspublic int addSeries(java.lang.String name)
public void addDataPoint(int seriesID,
double x,
double y)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||