org.simBio.sim.ps.view
Class AbstractPlot

java.lang.Object
  extended by ApplicationFrame
      extended by org.simBio.sim.ps.view.AbstractPlot
Direct Known Subclasses:
PlotContour, PlotLine, PlotTimeSeries

public abstract class AbstractPlot
extends ApplicationFrame

jFreeChartのグラフで表示する。

Version:
$Id: AbstractPlot.java,v 1.1 2007/09/25 06:15:57 mikaelwing Exp $
Author:
Sarai

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

isPlotEvals

public static boolean[] isPlotEvals
flag to plot each evaluation


scales

public static double[] scales
scale factor to plot each evaluation


labels

public static java.lang.String[] labels
labels for z-axis of each evaluation

Constructor Detail

AbstractPlot

public AbstractPlot(java.lang.String title)
Parameters:
title - of the frame
Method Detail

update

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



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