org.simBio.sim.analyzer.graph.simple
Class RateGraph_KA
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Analyzer
org.simBio.sim.analyzer.graph.simple.Viewer
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
Method Summary |
void |
analyze(double t)
do nothing |
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.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 |
iv
public Node iv
min
public Node min
max
public Node max
step
public Node step
graphs
public Vector graphs
RateGraph_KA
public RateGraph_KA()
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 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 © 2005 Cell/Biodinamics simulation project. All Rights Reserved.