org.simBio.sim.analyzer.graph
クラス RelationGraph

java.lang.Object
  上位を拡張 org.simBio.core.Component
      上位を拡張 org.simBio.core.Parameter
          上位を拡張 org.simBio.core.Composite
              上位を拡張 org.simBio.core.Analyzer
                  上位を拡張 org.simBio.sim.analyzer.VisualizeAnalyzer
                      上位を拡張 org.simBio.sim.analyzer.graph.AbstractGraph
                          上位を拡張 org.simBio.sim.analyzer.graph.BasicGraph
                              上位を拡張 org.simBio.sim.analyzer.graph.RelationGraph
すべての実装されたインタフェース:
Node

public class RelationGraph
extends BasicGraph

2D graph of relation between two parameters.

Notice

バージョン:
$Id: RelationGraph.java,v 1.3 2007/04/23 09:05:46 nsarai Exp $
作成者:
Kenta Hori

フィールドの概要
protected static org.apache.commons.logging.Log log
           
 
クラス org.simBio.sim.analyzer.graph.BasicGraph から継承されたフィールド
container, graphics2d, values
 
クラス org.simBio.sim.analyzer.graph.AbstractGraph から継承されたフィールド
axisX, axisY, interval, maxTime, nextTime, nTarget, nTargetOrigin, page, plotDisplay, plotPrinter, target, targetName, targetScale, targetShortName, thisGraph, valuesBuffer
 
クラス org.simBio.core.Parameter から継承されたフィールド
value
 
コンストラクタの概要
RelationGraph()
           
 
メソッドの概要
protected  void analyzeSub(double t, double[] valuesBuffer, IPlot plot)
          Plot targets.
protected  void paintGraphSub(java.awt.Graphics2D graphics2d, IPlot plot)
           グラフ描画を行う。
protected  void setLinks()
          Link to the Viewer, AxisX, AxisY and count number of the target, get array.
 
クラス org.simBio.sim.analyzer.graph.BasicGraph から継承されたメソッド
getTimeMax, getTimeMin, getTimeSeries, paintGraph, prepare, printGraph, quit, resetBuffer, resize
 
クラス org.simBio.sim.analyzer.graph.AbstractGraph から継承されたメソッド
analyze, changeScale, doRepaint, drawLine, drawPoint, paintAxises, paintBackground, paintComponent, paintLegend, prepareRepaint, printAxises, printBackground, printComponent, printLegend, setAreaChanged
 
クラス org.simBio.sim.analyzer.VisualizeAnalyzer から継承されたメソッド
getColorParameter, getDouble, getFontParameter, getNodeHierarchically, getNodeRecursive, repaint
 
クラス org.simBio.core.Composite から継承されたメソッド
accept, getLink, getNode, getNodesIterator, getNodesSize
 
クラス org.simBio.core.Parameter から継承されたメソッド
addValue, getValue, getValueString, setInitializer, setValue, setValueString, setValueToField
 
クラス org.simBio.core.Component から継承されたメソッド
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.simBio.core.Node から継承されたメソッド
addDydt, addValue, getValue, setValue
 

フィールドの詳細

log

protected static org.apache.commons.logging.Log log
コンストラクタの詳細

RelationGraph

public RelationGraph()
メソッドの詳細

setLinks

protected void setLinks()
クラス AbstractGraph の記述:
Link to the Viewer, AxisX, AxisY and count number of the target, get array.

オーバーライド:
クラス BasicGraph 内の setLinks
関連項目:
Component.setLinks()

analyzeSub

protected void analyzeSub(double t,
                          double[] valuesBuffer,
                          IPlot plot)
Plot targets.

オーバーライド:
クラス BasicGraph 内の analyzeSub
パラメータ:
t - 時刻
valuesBuffer - 計算結果の配列
plot - 描画処理オブジェクト
関連項目:
AbstractGraph.analyzeSub(double, double[], org.simBio.sim.analyzer.graph.plot.IPlot)

paintGraphSub

protected void paintGraphSub(java.awt.Graphics2D graphics2d,
                             IPlot plot)
クラス BasicGraph の記述:
グラフ描画を行う。 各時刻での値を、忠実にプロットする。

オーバーライド:
クラス BasicGraph 内の paintGraphSub
パラメータ:
graphics2d - 描画対象のGraphics
plot - 描画処理オブジェクト


???(C) 2002-2007 ?????????????????????