org.simBio.sim.ps.view
Class PlotLine

java.lang.Object
  extended by ApplicationFrame
      extended by org.simBio.sim.ps.view.AbstractPlot
          extended by org.simBio.sim.ps.view.PlotLine

public class PlotLine
extends AbstractPlot

Plot parameters space of the model as line chart.
ParameterSpaceの持っている評価値データを折れ線グラフで表示する。

Version:
$Id: PlotLine.java,v 1.2 2007/10/03 05:31:39 mikaelwing Exp $
Author:
Sarai

Field Summary
static double E_MAXIMUM
          評価値の軸の最大値
static double E_MINIMUM
          評価値の軸の最小値
 
Fields inherited from class org.simBio.sim.ps.view.AbstractPlot
isPlotEvals, labels, scales
 
Method Summary
 void update()
          Update the plot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

E_MAXIMUM

public static double E_MAXIMUM
評価値の軸の最大値


E_MINIMUM

public static double E_MINIMUM
評価値の軸の最小値

Method Detail

update

public void update()
Update the plot.

Specified by:
update in class AbstractPlot


Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.