|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.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.Graph
public class Graph
2D graph 時系列データを表示するGraph(最適化済).
| フィールドの概要 | |
|---|---|
protected GraphReplotBuffer[] |
replotBuffer
再描画バッファ |
| クラス org.simBio.sim.analyzer.graph.BasicGraph から継承されたフィールド |
|---|
container, graphics2d, values |
| クラス org.simBio.sim.analyzer.graph.AbstractGraph から継承されたフィールド |
|---|
axisX, axisY, interval, log, maxTime, nextTime, nTarget, nTargetOrigin, page, plotDisplay, plotPrinter, target, targetName, targetScale, targetShortName, thisGraph, valuesBuffer |
| クラス org.simBio.core.Parameter から継承されたフィールド |
|---|
value |
| コンストラクタの概要 | |
|---|---|
Graph()
|
|
| メソッドの概要 | |
|---|---|
protected void |
analyzeSub(double t,
double[] valuesBuffer,
IPlot plot)
Plots targets. |
void |
changeScale()
Makes the necessary preparations for redrawing, when the display position / display range has changed |
protected void |
end()
Called when the calculations finish, and makes adjustments to the X axis, if necessary. |
protected void |
paintGraph(java.awt.Graphics2D graphics,
IPlot plot)
Draws a graph. |
protected void |
prepare()
Set link to the targets. |
protected void |
quit()
called before destruction, instanceを破棄する前に呼び出されます。 |
void |
resetBuffer()
Resets the screen state. |
protected void |
resize(IPlot plot)
Recalculates the Graph size, based on the size of the parent window. |
void |
setAreaChanged()
Notifies that the displayed area has changed. |
| クラス org.simBio.sim.analyzer.graph.BasicGraph から継承されたメソッド |
|---|
getTimeMax, getTimeMin, getTimeSeries, paintGraphSub, printGraph, setLinks |
| クラス org.simBio.sim.analyzer.graph.AbstractGraph から継承されたメソッド |
|---|
analyze, doRepaint, drawLine, drawPoint, paintAxises, paintBackground, paintComponent, paintLegend, prepareRepaint, printAxises, printBackground, printComponent, printLegend |
| クラス 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, 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 |
| フィールドの詳細 |
|---|
protected GraphReplotBuffer[] replotBuffer
| コンストラクタの詳細 |
|---|
public Graph()
| メソッドの詳細 |
|---|
public void resetBuffer()
BasicGraph 内の resetBufferVisualizeAnalyzer.resetBuffer()protected void quit()
Component の記述:
BasicGraph 内の quitprotected void prepare()
AbstractGraph の記述:
BasicGraph 内の prepareComponent.prepare()
protected void analyzeSub(double t,
double[] valuesBuffer,
IPlot plot)
BasicGraph 内の analyzeSubt - 時刻valuesBuffer - 計算結果の配列plot - 描画処理オブジェクトAbstractGraph.analyzeSub(double, double[],
org.simBio.sim.analyzer.graph.plot.IPlot)
protected void paintGraph(java.awt.Graphics2D graphics,
IPlot plot)
BasicGraph 内の paintGraphgraphics - 描画されるGraphicsplot - 描画処理オブジェクトAbstractGraph.paintGraph(Graphics2D graphics2d, IPlot plot)protected void resize(IPlot plot)
BasicGraph 内の resizeplot - 描画処理オブジェクトAbstractGraph.resize(IPlot)public void changeScale()
AbstractGraph 内の changeScaleAbstractGraph.changeScale()protected void end()
Component 内の endComponent.end()public void setAreaChanged()
AbstractGraph 内の setAreaChangedAbstractGraph.setAreaChanged()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||