C# Class cadencii.RendererKindUtil

歌声合成システムの種類
Exibir arquivo Open project: cadencii/cadencii

Public Methods

Method Description
fromString ( String value ) : RendererKind

画面表記から、合成システム種類を取得する

getPianorollBackground ( this kind ) : Color

ピアノロールの背景色を取得する

getPianorollBar ( this kind ) : Color

ピアノロールの小節の区切り線の色を取得する

getPianorollBeat ( this kind ) : Color

ピアノロールの拍の区切り線の色を取得する

getPianorollDarkBackground ( this kind ) : Color

ピアノロールの黒鍵部分の背景色を取得する

getString ( this value ) : string

画面にだす合成システム名を取得する

getVersionString ( this kind ) : String

指定した音声合成システムを識別する文字列(DSB301, DSB202等)を取得します

Method Details

fromString() public static method

画面表記から、合成システム種類を取得する
public static fromString ( String value ) : RendererKind
value String 画面表記
return RendererKind

getPianorollBackground() public static method

ピアノロールの背景色を取得する
public static getPianorollBackground ( this kind ) : Color
kind this 歌声合成システムの種類
return Color

getPianorollBar() public static method

ピアノロールの小節の区切り線の色を取得する
public static getPianorollBar ( this kind ) : Color
kind this 歌声合成システムの種類
return Color

getPianorollBeat() public static method

ピアノロールの拍の区切り線の色を取得する
public static getPianorollBeat ( this kind ) : Color
kind this 歌声合成システムの種類
return Color

getPianorollDarkBackground() public static method

ピアノロールの黒鍵部分の背景色を取得する
public static getPianorollDarkBackground ( this kind ) : Color
kind this 歌声合成システムの種類
return Color

getString() public static method

画面にだす合成システム名を取得する
public static getString ( this value ) : string
value this 合成システム
return string

getVersionString() public static method

指定した音声合成システムを識別する文字列(DSB301, DSB202等)を取得します
public static getVersionString ( this kind ) : String
kind this 歌声合成システムの種類
return String