Michi : Michi Namespace

Graph Class

2D グラフをカプセル化したクラス

Syntax

public class Graph

Remarks

NPlotを使用して描画する。

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from object.

Public Constructors

Graph ()
Documentation for this section has not yet been entered.

Protected Fields

destination ArrayList . 縦軸のパラメータ
labelDestination string . 縦軸のラベル
labelSource string . 横軸のラベル
marker ArrayList . マーカーのプロット
source ArrayList . 横軸のパラメータ

Public Methods

AddMarker (double, double)
Adds the marker.
AddMarker (int, int)
Adds the marker.
AddPlot (double, double)
Adds the plot.
AddPlot (int, int)
Adds the plot.
DrawGraph (System.Drawing.Bitmap)
グラフを描画する
Save (string, int, int) : bool
速度のグラフを作成し、ファイルに保存する
SetLabel (string, string)
グラフのラベルを設定する

Member Details

Graph Constructor

Documentation for this section has not yet been entered.

Syntax

public Graph ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

AddMarker Method

Adds the marker.

Syntax

public void AddMarker (double src, double dst)

Parameters

src
横軸のパラメータ
dst
縦軸のパラメータ

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

AddMarker Method

Adds the marker.

Syntax

public void AddMarker (int src, int dst)

Parameters

src
横軸のパラメータ
dst
縦軸のパラメータ

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

AddPlot Method

Adds the plot.

Syntax

public void AddPlot (double src, double dst)

Parameters

src
横軸のパラメータ
dst
縦軸のパラメータ

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

AddPlot Method

Adds the plot.

Syntax

public void AddPlot (int src, int dst)

Parameters

src
横軸のパラメータ
dst
縦軸のパラメータ

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

destination Field

縦軸のパラメータ

Syntax

protected ArrayList destination

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

DrawGraph Method

グラフを描画する

Syntax

public void DrawGraph (System.Drawing.Bitmap bitmap)

Parameters

bitmap
Documentation for this section has not yet been entered.

Remarks

NPlotを使い描画する

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

labelDestination Field

縦軸のラベル

Syntax

protected string labelDestination

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

labelSource Field

横軸のラベル

Syntax

protected string labelSource

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

marker Field

マーカーのプロット

Syntax

protected ArrayList marker

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Save Method

速度のグラフを作成し、ファイルに保存する

Syntax

public bool Save (string filename, int width, int height)

Parameters

filename
フルパスのファイルネーム
width
Documentation for this section has not yet been entered.
height
Documentation for this section has not yet been entered.

Returns

正常に読み込めた場合はtrue正常に読み込めた場合はtrue

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

SetLabel Method

グラフのラベルを設定する

Syntax

public void SetLabel (string src, string dst)

Parameters

src
横軸のラベル
dst
縦軸のラベル

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

source Field

横軸のパラメータ

Syntax

protected ArrayList source

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0