org.simBio.sim.analyzer.graph
Class AxisXFix

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.VisualizeAnalyzer
                      extended by org.simBio.sim.analyzer.graph.Axis
                          extended by org.simBio.sim.analyzer.graph.AxisX
                              extended by 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

Field Summary
 
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
 
Fields inherited from class org.simBio.core.Parameter
value
 
Constructor Summary
AxisXFix()
           
 
Method Summary
protected  void setLinks()
          Set link to the Viewer to get scale factor later.
 
Methods inherited from class org.simBio.sim.analyzer.graph.AxisX
drowDesc, drowGrid, drowLabel, getFormatString, getFreeSpaceBottom, getFreeSpaceLeft, getLabelLength, getPos
 
Methods inherited from class org.simBio.sim.analyzer.graph.Axis
analyze, doRepaint, format, getFreeSpaceRight, getFreeSpaceTop, Log10, plotAxis, prepare, prepareRepaint
 
Methods inherited from class org.simBio.sim.analyzer.VisualizeAnalyzer
getColorParameter, getDouble, getFontParameter, getNodeHierarchically, getNodeRecursive, repaint, resetBuffer
 
Methods inherited from class org.simBio.core.Composite
accept, getLink, getNode, getNodesIterator, getNodesSize
 
Methods inherited from class org.simBio.core.Parameter
addValue, getValue, getValueString, 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, quit
 
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

AxisXFix

public AxisXFix()
Method Detail

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 © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.