Uses of Class
org.simBio.sim.analyzer.graph.AbstractGraph

Packages that use AbstractGraph
org.simBio.sim.analyzer.graph   
org.simBio.sim.analyzer.graph.plot   
 

Uses of AbstractGraph in org.simBio.sim.analyzer.graph
 

Subclasses of AbstractGraph in org.simBio.sim.analyzer.graph
 class BasicGraph
          Graph which displays time series data.
 class Graph
          Graph (optimised) which displays 2D graph data in chronological order.
 class Graph4State
          Draws the target as a surface. Overrides the line/point drawing methods in order to draw the surface.
 class RelationGraph
          2D graph of relation between two parameters.
 class StepChart
          Shifts and displays the target. Overrides the line/point drawing method, and shifts the drawing position.
 

Fields in org.simBio.sim.analyzer.graph declared as AbstractGraph
protected  AbstractGraph AbstractGraph.thisGraph
          information for accessing this Graph from a subclass
 

Uses of AbstractGraph in org.simBio.sim.analyzer.graph.plot
 

Fields in org.simBio.sim.analyzer.graph.plot declared as AbstractGraph
protected  AbstractGraph AbstractPlot.parent
           
 

Constructors in org.simBio.sim.analyzer.graph.plot with parameters of type AbstractGraph
AbstractPlot(AbstractGraph parent)
           
PlotDisplay(AbstractGraph parent)
           
PlotPrinter(AbstractGraph parent)
           
 



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