|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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.Axis
org.simBio.sim.analyzer.graph.AxisY
public class AxisY
Y座標軸クラス
| フィールドの概要 |
|---|
| クラス org.simBio.sim.analyzer.graph.Axis から継承されたフィールド |
|---|
extendMode, extendModeDefault, extendRateDefault, gridStep, isPlotLabel, labelColor, labelFont, labelInitialized, labelLength, labelStep, length, log, max, min, MODE_AUTOSCALE, MODE_AUTOSCROLL, MODE_FIXED, nextLabelPos, origin, patternString, titleColor, titleFont |
| クラス org.simBio.core.Parameter から継承されたフィールド |
|---|
value |
| コンストラクタの概要 | |
|---|---|
AxisY()
|
|
| メソッドの概要 | |
|---|---|
protected void |
drowDesc(java.awt.Graphics graphics,
IPlot plot,
java.lang.String str)
軸ラベルを、graphics に描画する. |
protected void |
drowGrid(java.awt.Graphics graphics,
IPlot plot,
double value)
指定した位置 value のグリッドを、graphics に描画する. |
protected void |
drowLabel(java.awt.Graphics graphics,
IPlot plot,
double value,
java.lang.String str)
指定した位置 value の数値を、graphics に描画する. |
java.lang.String |
getFormatString(double min,
double max)
フォーマット文字列を生成する. |
int |
getFreeSpaceBottom(java.awt.Graphics graphics)
目盛り表示を行うための画面下側の余白を得る サブクラスで必要に応じてオーバーライドして下さい。 |
int |
getFreeSpaceLeft(java.awt.Graphics graphics)
軸ラベルの余白を取得 |
int |
getFreeSpaceTop(java.awt.Graphics graphics)
目盛り表示を行うための画面上側の余白を得る サブクラスで必要に応じてオーバーライドして下さい。 |
protected double |
getLabelLength(java.awt.Graphics graphics,
java.lang.String str)
軸ラベルの表示 |
protected double |
getPos(double data,
IPlot plot)
Plotから座標軸を取得する。 |
protected void |
setLinks()
Set link to the Viewer to get scale factor later. |
| クラス org.simBio.sim.analyzer.graph.Axis から継承されたメソッド |
|---|
analyze, doRepaint, format, getFreeSpaceRight, Log10, plotAxis, prepare, prepareRepaint |
| クラス org.simBio.sim.analyzer.VisualizeAnalyzer から継承されたメソッド |
|---|
getColorParameter, getDouble, getFontParameter, getNodeHierarchically, getNodeRecursive, repaint, resetBuffer |
| クラス 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, quit |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース org.simBio.core.Node から継承されたメソッド |
|---|
addDydt, addValue, getValue, setValue |
| コンストラクタの詳細 |
|---|
public AxisY()
| メソッドの詳細 |
|---|
protected void setLinks()
Axis の記述:
Axis 内の setLinksComponent.setLinks()
public java.lang.String getFormatString(double min,
double max)
Axis の記述:
Axis 内の getFormatStringmin - minimum scale valuemax - maximum scale value
public int getFreeSpaceLeft(java.awt.Graphics graphics)
Axis 内の getFreeSpaceLeftgraphics - 描画対象のGraphics
Axis.getFreeSpaceLeft(java.awt.Graphics)public int getFreeSpaceTop(java.awt.Graphics graphics)
Axis の記述:
Axis 内の getFreeSpaceTopgraphics - 描画対象のGraphics
public int getFreeSpaceBottom(java.awt.Graphics graphics)
Axis の記述:
Axis 内の getFreeSpaceBottomgraphics - 描画対象のGraphics
protected double getLabelLength(java.awt.Graphics graphics,
java.lang.String str)
Axis 内の getLabelLengthgraphics - 描画対象のGraphicsstr - 表示値org.simBio.sim.analyzer.graph.Axis#getLabelLength(org.simBio.sim.analyzer.graph.AbstractGraph,
java.awt.Graphics, java.lang.String)
protected void drowGrid(java.awt.Graphics graphics,
IPlot plot,
double value)
Axis の記述:
Axis 内の drowGridgraphics - 描画対象のGraphicsplot - 描画処理オブジェクトvalue - 計算値
protected void drowLabel(java.awt.Graphics graphics,
IPlot plot,
double value,
java.lang.String str)
Axis の記述:
Axis 内の drowLabelgraphics - 描画対象のGraphicsplot - 描画処理オブジェクトvalue - 計算値str - 表示値
protected void drowDesc(java.awt.Graphics graphics,
IPlot plot,
java.lang.String str)
Axis の記述:
Axis 内の drowDescgraphics - 描画対象のGraphicsplot - 描画処理オブジェクトstr - 表示値
protected double getPos(double data,
IPlot plot)
Axis の記述:
Axis 内の getPosdata - 計算値plot - 描画処理オブジェクト
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||