org.simBio.sim.ps.view
Class PlotContour

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

public class PlotContour
extends AbstractPlot

Plot 2D parameters space of the model.
ParameterSpaceの持っている評価値データを2次元カラーマップグラフで表示する。 TODO show description at the title of the flame.

Version:
$Id: PlotContour.java,v 1.1 2007/09/25 06:33:32 mikaelwing Exp $
Author:
Sarai

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

maximums

public static double[] maximums
maximums for z-axis of each evaluation


minimums

public static double[] minimums
minimums for z-axis of each evaluation


numRow

public static int numRow
縦に並べるプロットの数


width

public static int width
width of a contour plot


height

public static int height
height of a contour plot

Method Detail

update

public void update()
データを更新する。

Specified by:
update in class AbstractPlot


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