|
|||||||||
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.BarChartStatistics
public class BarChartStatistics
Field Summary | |
---|---|
DefaultCategoryDataset |
dataset
|
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 | |
---|---|
BarChartStatistics()
|
Method Summary | |
---|---|
void |
makeBar(int seriesID,
double[] genes)
|
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 DefaultCategoryDataset dataset
Constructor Detail |
---|
public BarChartStatistics()
Method Detail |
---|
public void setup(EvolutionState state, Parameter base)
Setup
setup
in interface Setup
setup
in class ChartableStatistics
public JFreeChart makeChart()
makeChart
in class ChartableStatistics
public void makeBar(int seriesID, double[] genes)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |