|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectApplicationFrame
org.simBio.sim.ps.view.AbstractPlot
public abstract class AbstractPlot
jFreeChartのグラフで表示する。
| Field Summary | |
|---|---|
static boolean[] |
isPlotEvals
flag to plot each evaluation |
static java.lang.String[] |
labels
labels for z-axis of each evaluation |
static double[] |
scales
scale factor to plot each evaluation |
| Constructor Summary | |
|---|---|
AbstractPlot(java.lang.String title)
|
|
| Method Summary | |
|---|---|
abstract void |
update()
データを更新する。 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean[] isPlotEvals
public static double[] scales
public static java.lang.String[] labels
| Constructor Detail |
|---|
public AbstractPlot(java.lang.String title)
title - of the frame| Method Detail |
|---|
public abstract void update()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||