C# Class Sorting.SortVisualization

Exibir arquivo Open project: EFanZh/EFanZh

Public Methods

Method Description
Compare ( int a, int b ) : void
Render ( Graphics graphics ) : void
Reset ( ) : void
SetValue ( int a, int b ) : void
SetValueIndirect ( int a, int b ) : void
Swap ( int a, int b ) : void

Method Details

Compare() public method

public Compare ( int a, int b ) : void
a int
b int
return void

Render() public method

public Render ( Graphics graphics ) : void
graphics System.Drawing.Graphics
return void

Reset() public method

public Reset ( ) : void
return void

SetValue() public method

public SetValue ( int a, int b ) : void
a int
b int
return void

SetValueIndirect() public method

public SetValueIndirect ( int a, int b ) : void
a int
b int
return void

Swap() public method

public Swap ( int a, int b ) : void
a int
b int
return void