C# 클래스 cadencii.RendererKindUtil

歌声合成システムの種類
파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
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等)を取得します

메소드 상세

fromString() 공개 정적인 메소드

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

getPianorollBackground() 공개 정적인 메소드

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

getPianorollBar() 공개 정적인 메소드

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

getPianorollBeat() 공개 정적인 메소드

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

getPianorollDarkBackground() 공개 정적인 메소드

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

getString() 공개 정적인 메소드

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

getVersionString() 공개 정적인 메소드

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