Uses of Interface
org.simBio.sim.analyzer.graph.plot.IPlot

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

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

Fields in org.simBio.sim.analyzer.graph declared as IPlot
protected  IPlot AbstractGraph.plotDisplay
          instance of a screen drawing operation
protected  IPlot AbstractGraph.plotPrinter
          instance of a printing operation
 

Methods in org.simBio.sim.analyzer.graph with parameters of type IPlot
protected  void RelationGraph.analyzeSub(double t, double[] valuesBuffer, IPlot plot)
          Plot targets.
protected  void Graph.analyzeSub(double t, double[] valuesBuffer, IPlot plot)
          Plots targets.
protected  void BasicGraph.analyzeSub(double t, double[] valuesBuffer, IPlot plot)
          Plot targets.
protected abstract  void AbstractGraph.analyzeSub(double t, double[] valuesBuffer, IPlot plot)
          Analyse operation for giving a description to a subclass.
 void StepChart.drawLine(IPlot plot, java.awt.Graphics2D graphics2d, double x1, double y1, double x2, double y2, int nGraph)
           
 void Graph4State.drawLine(IPlot plot, java.awt.Graphics2D graphics2d, double x1, double y1, double x2, double y2, int nGraph)
           
 void AbstractGraph.drawLine(IPlot plot, java.awt.Graphics2D graphics2d, double x1, double y1, double x2, double y2, int nGraph)
          Strikes a point on a graph. When a line is drawn instead of a point in Graph4State, it separates so that it is easy to inherit.
 void StepChart.drawPoint(IPlot plot, java.awt.Graphics2D graphics2d, double x, double y, int nGraph)
           
 void Graph4State.drawPoint(IPlot plot, java.awt.Graphics2D graphics2d, double x, double y, int nGraph)
           
 void AbstractGraph.drawPoint(IPlot plot, java.awt.Graphics2D graphics2d, double x, double y, int nGraph)
          Draws a line on a graph. When a line is drawn instead of a point in Graph4State, it separates so that it is easy to inherit.
protected  void AxisY.drowDesc(java.awt.Graphics graphics, IPlot plot, java.lang.String str)
           
protected  void AxisX.drowDesc(java.awt.Graphics graphics, IPlot plot, java.lang.String str)
           
protected abstract  void Axis.drowDesc(java.awt.Graphics graphics, IPlot plot, java.lang.String str)
          Draws the axis label in graphics.
protected  void AxisY.drowGrid(java.awt.Graphics graphics, IPlot plot, double value)
           
protected  void AxisX.drowGrid(java.awt.Graphics graphics, IPlot plot, double value)
           
protected abstract  void Axis.drowGrid(java.awt.Graphics graphics, IPlot plot, double value)
          Draws a grid in graphics with a value at the specified position.
protected  void AxisY.drowLabel(java.awt.Graphics graphics, IPlot plot, double value, java.lang.String str)
           
protected  void AxisX.drowLabel(java.awt.Graphics graphics, IPlot plot, double value, java.lang.String str)
           
protected abstract  void Axis.drowLabel(java.awt.Graphics graphics, IPlot plot, double value, java.lang.String str)
          Draws the numerical value of the value parameter in graphics at the specified position.
protected  double AxisYLog.getPos(double data, IPlot plot)
           
protected  double AxisY.getPos(double data, IPlot plot)
           
protected  double AxisXLog.getPos(double data, IPlot plot)
           
protected  double AxisX.getPos(double data, IPlot plot)
           
protected abstract  double Axis.getPos(double data, IPlot plot)
          Gets the coordinate axis from Plot.
protected  void AbstractGraph.paintAxises(java.awt.Graphics2D graphics2d, IPlot plot)
          Initialize graph area, and draw axes and grids.
protected  void AbstractGraph.paintBackground(java.awt.Graphics2D graphics2d, IPlot plot)
          Draw background.
protected  void Graph.paintGraph(java.awt.Graphics2D graphics, IPlot plot)
          Draws a graph.
protected  void BasicGraph.paintGraph(java.awt.Graphics2D graphics2d, IPlot plot)
           
protected abstract  void AbstractGraph.paintGraph(java.awt.Graphics2D graphics2d, IPlot plot)
          Draw graph.
protected  void RelationGraph.paintGraphSub(java.awt.Graphics2D graphics2d, IPlot plot)
           
protected  void BasicGraph.paintGraphSub(java.awt.Graphics2D graphics2d, IPlot plot)
          Performs graph drawing. Faithfully plots the value of each instant.
protected  void AbstractGraph.paintLegend(java.awt.Graphics2D graphics2d, IPlot plot)
          Draw legend.
 void Axis.plotAxis(java.awt.Graphics2D graphics2d, IPlot plot)
          Draw the axis grid/label. Sets the interval appropriately, if gridStep is not yet set or below 0.
protected  void AbstractGraph.printAxises(java.awt.Graphics2D graphics2d, IPlot plot)
          Initialize graph area, and draw axes and grids.
protected  void AbstractGraph.printBackground(java.awt.Graphics2D graphics2d, IPlot plot)
          Draw background.
protected  void BasicGraph.printGraph(java.awt.Graphics2D graphics2d, IPlot plot)
           
protected  void AbstractGraph.printGraph(java.awt.Graphics2D graphics2d, IPlot plot)
          Draw graph.
protected  void AbstractGraph.printLegend(java.awt.Graphics2D graphics2d, IPlot plot)
          Draw legend.
protected  void Graph.resize(IPlot plot)
          Recalculates the Graph size, based on the size of the parent window.
protected  void BasicGraph.resize(IPlot plot)
           
protected  void AbstractGraph.resize(IPlot plot)
          Recalculates the Graph size, based on the size of the current parent window.
 

Constructors in org.simBio.sim.analyzer.graph with parameters of type IPlot
GraphReplotBuffer(Graph grp, IPlot plot, TimeSeriesValues val, int series)
           
 

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

Classes in org.simBio.sim.analyzer.graph.plot that implement IPlot
 class AbstractPlot
          グラフ、描画対象(画面/プリンタ)毎の描画処理を行うための基底クラス.
 class PlotDisplay
          画面用の描画処理を行うためのクラス.
 class PlotPrinter
          印刷用の描画処理を行うためのクラス.
 



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