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

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_KA
All Implemented Interfaces:
Node, IViewer, ICanvas

public class RateGraph_KA
extends Viewer

sample graph for bio.function

Version:
$Revision: 1.1 $
Author:
Nobuaki Sarai

Field Summary
 java.util.Vector graphs
           
 Node iv
           
 Node max
           
 Node min
           
 Node step
           
 
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_KA()
           
 
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
 

Field Detail

iv

public Node iv

min

public Node min

max

public Node max

step

public Node step

graphs

public java.util.Vector graphs
Constructor Detail

RateGraph_KA

public RateGraph_KA()
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.