C# Class Sorting.SortVisualization

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode 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 méthode

public Compare ( int a, int b ) : void
a int
b int
Résultat void

Render() public méthode

public Render ( Graphics graphics ) : void
graphics System.Drawing.Graphics
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( int a, int b ) : void
a int
b int
Résultat void

SetValueIndirect() public méthode

public SetValueIndirect ( int a, int b ) : void
a int
b int
Résultat void

Swap() public méthode

public Swap ( int a, int b ) : void
a int
b int
Résultat void