Uses of Package
org.simBio.sim.analyzer.graph

Packages that use org.simBio.sim.analyzer.graph
org.simBio.sim.analyzer.graph   
org.simBio.sim.analyzer.graph.plot   
org.simBio.sim.analyzer.graph.simple 2D Graph maker
計算結果を2次元グラフで表示する。 
 

Classes in org.simBio.sim.analyzer.graph used by org.simBio.sim.analyzer.graph
AbstractGraph
          Provides a Graph framework. Constructs a framework in this class so that the Graph class which inherits from it can be implemented simply, without providing redrawing functions etc.
Axis
          Coordinate axis base class
AxisX
          x axis
AxisXFix
          x axis (do not scroll) for RelationGraph.
AxisY
          y axis
BasicGraph
          Graph which displays time series data.
Graph
          Graph (optimised) which displays 2D graph data in chronological order.
GraphReplotBuffer
          High speed graph redrawing buffer In order to redraw a time series graph at high speed, without plotting multiple calculation results in 1 pixel of the X axis (= time axis) direction, by storing the maximum/minimum values in advance, with 1 pixel unit of the X axis (= time axis) direction, high speed line drawing can be carried out at drawing time.
IViewer
          Enable both new graph and previous graph components to work.
Viewer
          Graph viewer.
 

Classes in org.simBio.sim.analyzer.graph used by org.simBio.sim.analyzer.graph.plot
AbstractGraph
          Provides a Graph framework. Constructs a framework in this class so that the Graph class which inherits from it can be implemented simply, without providing redrawing functions etc.
 

Classes in org.simBio.sim.analyzer.graph used by org.simBio.sim.analyzer.graph.simple
IViewer
          Enable both new graph and previous graph components to work.
 



Copyright © 2002-2008 Cell/Biodinamics simulation project. All Rights Reserved.