org.simBio.sim.analyzer.graph
Class AxisXLog
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
org.simBio.sim.analyzer.graph.AxisXLog
- All Implemented Interfaces:
- Node
public class AxisXLog
- extends AxisXFix
x axis by log scale.
- Author:
- 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 double |
getPos(double data,
IPlot plot)
Gets the coordinate axis from Plot. |
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 |
AxisXLog
public AxisXLog()
getPos
protected double getPos(double data,
IPlot plot)
- Description copied from class:
Axis
- Gets the coordinate axis from Plot.
- Overrides:
getPos
in class AxisX
- Parameters:
data
- calculation value plot
- object that handles drawing
- Returns:
- screen coordinates
Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.