org.simBio.sim.analyzer.graph
Class AxisXFix
java.lang.Object
org.simBio.core.Component
org.simBio.core.Parameter
org.simBio.core.Composite
org.simBio.core.Analyzer
org.simBio.sim.analyzer.VisualizeAnalyzer
org.simBio.sim.analyzer.graph.Axis
org.simBio.sim.analyzer.graph.AxisX
org.simBio.sim.analyzer.graph.AxisXFix
- All Implemented Interfaces:
- Node
- Direct Known Subclasses:
- AxisXLog
public class AxisXFix
- extends AxisX
x axis (do not scroll) for RelationGraph.
- Author:
- kenta, misaki
Fields inherited from class org.simBio.sim.analyzer.graph.Axis |
extendMode, extendModeDefault, extendRateDefault, gridStep, isPlotLabel, labelColor, labelFont, labelInitialized, labelLength, labelStep, length, log, max, min, MODE_AUTOSCALE, MODE_AUTOSCROLL, MODE_FIXED, nextLabelPos, origin, patternString, titleColor, titleFont |
Method Summary |
protected void |
setLinks()
Set link to the Viewer to get scale factor later. |
Methods inherited from class org.simBio.core.Component |
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented, quit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisXFix
public AxisXFix()
setLinks
protected void setLinks()
- Description copied from class:
Axis
- Set link to the Viewer to get scale factor later.
- Overrides:
setLinks
in class AxisX
- See Also:
Component.setLinks()
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.