Package org.simBio.sim.analyzer.graph

Interface Summary
IViewer Enable both new graph and previous graph components to work.
 

Class Summary
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.
AxisXLog x axis by log scale.
AxisY y axis
AxisYLog y axis by log scale.
BasicGraph Graph which displays time series data.
ColorUtil Colour-related utility class.
Graph Graph (optimised) which displays 2D graph data in chronological order.
Graph4State Draws the target as a surface. Overrides the line/point drawing methods in order to draw the surface.
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.
OnScreen Graph window on screen
RelationGraph 2D graph of relation between two parameters.
StepChart Shifts and displays the target. Overrides the line/point drawing method, and shifts the drawing position.
Viewer Graph viewer.
 



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