C# Class PHPAnalysis.IO.Cmd.AnimationIndicator

Inheritance: ProgressIndicator
Datei anzeigen Open project: jtvn/Eir-CTLLTL

Public Methods

Method Description
Step ( ) : void

Protected Methods

Method Description
AnimationIndicator ( int max = 100 ) : System
Stepped ( int progress ) : void

Private Methods

Method Description
PercentOf ( int value, int target ) : float
RunAnimation ( object stateInfo ) : void

Method Details

AnimationIndicator() protected method

protected AnimationIndicator ( int max = 100 ) : System
max int
return System

Step() public final method

public final Step ( ) : void
return void

Stepped() protected method

protected Stepped ( int progress ) : void
progress int
return void