Michi : Michi Namespace

Configuration Class

Tourの環境設定とその初期値

Syntax

public class Configuration

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from object.

Public Constructors

Initializes a new instance of the Michi.Configuration class.

Public Fields

breakTimeSpan double . これより長い時間の停止をブレークポイントとみなす (min)
defaultTitle string . デフォルトのタイトル
defaultYear int . デフォルト年
graphHeight int . グラフの縦長 (pixel)
graphWidth int . グラフの横幅 (pixel)
highestVelocity double . 速度の最大値 (km/hour)、これより速い場合はこれで置き換える
lowestVelocity double . 速度の最低値 (km/hour)、これより遅い場合は停止とみなす
shrinkRoute bool . ルートを縮約する場合はtrue
templateFileName string . テンプレート ファイル名
yearMode YearMode . 年がない場合の処理法

Public Methods

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

Member Details

Configuration Constructor

Initializes a new instance of the Michi.Configuration class.

Syntax

public Configuration ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

breakTimeSpan Field

これより長い時間の停止をブレークポイントとみなす (min)

Syntax

public double breakTimeSpan

Remarks

Documentation for this section has not yet been entered.

Requirements

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

defaultTitle Field

デフォルトのタイトル

Syntax

public string defaultTitle

Remarks

Documentation for this section has not yet been entered.

Requirements

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

defaultYear Field

デフォルト年

Syntax

public int defaultYear

Remarks

Michi.YearMode=YearMode.Directの場合に使用される

Requirements

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

graphHeight Field

グラフの縦長 (pixel)

Syntax

public int graphHeight

Remarks

Documentation for this section has not yet been entered.

Requirements

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

graphWidth Field

グラフの横幅 (pixel)

Syntax

public int graphWidth

Remarks

Documentation for this section has not yet been entered.

Requirements

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

highestVelocity Field

速度の最大値 (km/hour)、これより速い場合はこれで置き換える

Syntax

public double highestVelocity

Remarks

Documentation for this section has not yet been entered.

Requirements

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

lowestVelocity Field

速度の最低値 (km/hour)、これより遅い場合は停止とみなす

Syntax

public double lowestVelocity

Remarks

Documentation for this section has not yet been entered.

Requirements

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

SetFrom Method

Documentation for this section has not yet been entered.

Syntax

public void SetFrom (Configuration config)

Parameters

config
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

shrinkRoute Field

ルートを縮約する場合はtrue

Syntax

public bool shrinkRoute

Remarks

Documentation for this section has not yet been entered.

Requirements

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

templateFileName Field

テンプレート ファイル名

Syntax

public string templateFileName

Remarks

Documentation for this section has not yet been entered.

Requirements

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

yearMode Field

年がない場合の処理法

Syntax

public YearMode yearMode

Remarks

Documentation for this section has not yet been entered.

Requirements

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