org.simBio.sim.analyzer.graph.simple
Class RateGraph

java.lang.Object
  extended by org.simBio.core.Component
      extended by org.simBio.core.Parameter
          extended by org.simBio.core.Composite
              extended by org.simBio.core.Analyzer
                  extended by org.simBio.sim.analyzer.graph.simple.Viewer
                      extended by org.simBio.sim.analyzer.graph.simple.RateGraph
All Implemented Interfaces:
Node, IViewer, ICanvas

public class RateGraph
extends Viewer

sample graph for bio.function

Version:
$Revision: 1.1 $
Author:
Nobuaki Sarai

Field Summary
 
Fields inherited from class org.simBio.sim.analyzer.graph.simple.Viewer
referenceHeight, referenceWidth
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
RateGraph()
           
 
Method Summary
 void analyze(double t)
          do nothing
 javax.swing.JButton getJButton()
          This method initializes jButton
 void plot()
           
protected  void setLinks()
          When there are no container, construct OnScreen, and clear.
 
Methods inherited from class org.simBio.sim.analyzer.graph.simple.Viewer
drawBar, drawPoint, getScaleHeight, getScaleWidth, getWHratio, paintComponent, plotAxises, printComponent, quit, reset, setContainer, setContainer, setFileName, setPrintableRect, setPrintRect
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, prepare, setInitializer, setValue, setValueString, setValueToField
 
Methods inherited from class org.simBio.core.Component
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.simBio.core.Node
addDydt, addValue, getValue, setValue
 

Constructor Detail

RateGraph

public RateGraph()
Method Detail

setLinks

protected void setLinks()
Description copied from class: Viewer
When there are no container, construct OnScreen, and clear.

Overrides:
setLinks in class Viewer
See Also:
OnScreen, Component.setLinks()

plot

public void plot()

getJButton

public javax.swing.JButton getJButton()
This method initializes jButton

Returns:
javax.swing.JButton

analyze

public void analyze(double t)
Description copied from class: Viewer
do nothing

Overrides:
analyze in class Viewer
Parameters:
t - time
See Also:
Analyzer.analyze(double)


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