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等)を取得します
|
public static fromString ( String value ) : RendererKind | ||
value | String | 画面表記 |
return | RendererKind |
public static getPianorollBackground ( this kind ) : Color | ||
kind | this | 歌声合成システムの種類 |
return | Color |
public static getPianorollBar ( this kind ) : Color | ||
kind | this | 歌声合成システムの種類 |
return | Color |
public static getPianorollBeat ( this kind ) : Color | ||
kind | this | 歌声合成システムの種類 |
return | Color |
public static getPianorollDarkBackground ( this kind ) : Color | ||
kind | this | 歌声合成システムの種類 |
return | Color |
public static getString ( this value ) : string | ||
value | this | 合成システム |
return | string |
public static getVersionString ( this kind ) : String | ||
kind | this | 歌声合成システムの種類 |
return | String |