Method | Description | |
---|---|---|
Abort ( ) : void |
Stop computing.
|
|
ComputationEnds ( ) : void |
Is called, if computation of mIterate ends.
|
|
PaintJob ( IAsyncComputationStarter master, |
(master is used for progress bar).
|
|
Progress ( double progressInPercent ) : void |
Show progress. Valid values are [0, ..., 100].
|
|
Run ( int updateSteps ) : void |
Start Computing. Is called while rendering an animation.
|
public PaintJob ( IAsyncComputationStarter master, |
||
master | IAsyncComputationStarter | |
graphics | ||
return | System |
public Progress ( double progressInPercent ) : void | ||
progressInPercent | double | |
return | void |