C# 클래스 Colorful.ColorManagerFactory

파일 보기 프로젝트 열기: tomakita/Colorful.Console 1 사용 예제들

공개 메소드들

메소드 설명
ColorManagerFactory ( ) : System
GetManager ( ColorStore colorStore, int maxColorChanges, int initialColorChangeCountValue ) : ColorManager
GetManager ( ConsoleColor>.ConcurrentDictionary colorMap, Color>.ConcurrentDictionary consoleColorMap, int maxColorChanges, int initialColorChangeCountValue ) : ColorManager

비공개 메소드들

메소드 설명
GetColorMapper ( ) : ColorMapper
GetColorStore ( ConsoleColor>.ConcurrentDictionary colorMap, Color>.ConcurrentDictionary consoleColorMap ) : ColorStore

메소드 상세

ColorManagerFactory() 공개 메소드

public ColorManagerFactory ( ) : System
리턴 System

GetManager() 공개 메소드

public GetManager ( ColorStore colorStore, int maxColorChanges, int initialColorChangeCountValue ) : ColorManager
colorStore ColorStore
maxColorChanges int
initialColorChangeCountValue int
리턴 ColorManager

GetManager() 공개 메소드

public GetManager ( ConsoleColor>.ConcurrentDictionary colorMap, Color>.ConcurrentDictionary consoleColorMap, int maxColorChanges, int initialColorChangeCountValue ) : ColorManager
colorMap ConsoleColor>.ConcurrentDictionary
consoleColorMap Color>.ConcurrentDictionary
maxColorChanges int
initialColorChangeCountValue int
리턴 ColorManager