|
||||||||||
| 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
org.simBio.sim.ps.view.PlotContour
public class PlotContour
Plot 2D parameters space of the model.
ParameterSpaceの持っている評価値データを2次元カラーマップグラフで表示する。
TODO show description at the title of the flame.
| Field Summary | |
|---|---|
static int |
height
height of a contour plot |
static double[] |
maximums
maximums for z-axis of each evaluation |
static double[] |
minimums
minimums for z-axis of each evaluation |
static int |
numRow
縦に並べるプロットの数 |
static int |
width
width of a contour plot |
| Fields inherited from class org.simBio.sim.ps.view.AbstractPlot |
|---|
isPlotEvals, labels, scales |
| Method Summary | |
|---|---|
void |
update()
データを更新する。 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static double[] maximums
public static double[] minimums
public static int numRow
public static int width
public static int height
| Method Detail |
|---|
public void update()
update in class AbstractPlot
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||