C# Class GitIStage.ViewLineRenderer

显示文件 Open project: terrajobst/git-istage Class Usage Examples

Public Methods

Method Description
Render ( View view, int lineIndex ) : void

Protected Methods

Method Description
RenderLine ( View view, int lineIndex, string line, ConsoleColor foregroundColor, ConsoleColor backgroundColor ) : void

Method Details

Render() public abstract method

public abstract Render ( View view, int lineIndex ) : void
view View
lineIndex int
return void

RenderLine() protected method

protected RenderLine ( View view, int lineIndex, string line, ConsoleColor foregroundColor, ConsoleColor backgroundColor ) : void
view View
lineIndex int
line string
foregroundColor ConsoleColor
backgroundColor ConsoleColor
return void