|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.RelationGraph
public class RelationGraph
2D graph of relation between two parameters.
| Field Summary | |
|---|---|
protected static Log |
log
|
| Fields inherited from class org.simBio.sim.analyzer.graph.BasicGraph |
|---|
container, graphics2d, values |
| Fields inherited from class org.simBio.sim.analyzer.graph.AbstractGraph |
|---|
axisX, axisY, interval, maxTime, nextTime, nTarget, nTargetOrigin, page, plotDisplay, plotPrinter, target, targetName, targetScale, targetShortName, thisGraph, valuesBuffer |
| Fields inherited from class org.simBio.core.Parameter |
|---|
value |
| Constructor Summary | |
|---|---|
RelationGraph()
|
|
| Method Summary | |
|---|---|
protected void |
analyzeSub(double t,
double[] valuesBuffer,
IPlot plot)
Plot targets. |
protected void |
paintGraphSub(java.awt.Graphics2D graphics2d,
IPlot plot)
Performs graph drawing. Faithfully plots the value of each instant. |
protected void |
setLinks()
Link to the Viewer, AxisX, AxisY and count number of the target, get array. |
| Methods inherited from class org.simBio.sim.analyzer.graph.BasicGraph |
|---|
getTimeMax, getTimeMin, getTimeSeries, paintGraph, prepare, printGraph, quit, resetBuffer, resize |
| Methods inherited from class org.simBio.sim.analyzer.graph.AbstractGraph |
|---|
analyze, changeScale, doRepaint, drawLine, drawPoint, paintAxises, paintBackground, paintComponent, paintLegend, prepareRepaint, printAxises, printBackground, printComponent, printLegend, setAreaChanged |
| Methods inherited from class org.simBio.sim.analyzer.VisualizeAnalyzer |
|---|
getColorParameter, getDouble, getFontParameter, getNodeHierarchically, getNodeRecursive, repaint |
| Methods inherited from class org.simBio.core.Composite |
|---|
accept, getLink, getNode, getNodesIterator, getNodesSize |
| Methods inherited from class org.simBio.core.Parameter |
|---|
addValue, getValue, getValueString, setInitializer, setValue, setValueString, setValueToField |
| Methods inherited from class org.simBio.core.Component |
|---|
addDydt, end, getIndent, getIndentedShortName, getName, getName, getParent, getRoot, getShortName, getUnits, isNamed, isPrefixed, logIndented |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.simBio.core.Node |
|---|
addDydt, addValue, getValue, setValue |
| Field Detail |
|---|
protected static Log log
| Constructor Detail |
|---|
public RelationGraph()
| Method Detail |
|---|
protected void setLinks()
AbstractGraph
setLinks in class BasicGraphComponent.setLinks()
protected void analyzeSub(double t,
double[] valuesBuffer,
IPlot plot)
analyzeSub in class BasicGrapht - time valuesBuffer - array of calculation results plot - drawing operation object AbstractGraph.analyzeSub(double, double[],
org.simBio.sim.analyzer.graph.plot.IPlot)
protected void paintGraphSub(java.awt.Graphics2D graphics2d,
IPlot plot)
BasicGraph
paintGraphSub in class BasicGraphgraphics2d - Graphics drawing object plot - drawing operation object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||