Class CompletableActivityBase<T>

java.lang.Object
com.flexganttfx.model.activity.ActivityBase<T>
com.flexganttfx.model.activity.CompletableActivityBase<T>
Type Parameters:
T - the type of the optional user object
All Implemented Interfaces:
Activity, CompletableActivity
Direct Known Subclasses:
MutableCompletableActivityBase

public class CompletableActivityBase<T>
extends ActivityBase<T>
implements CompletableActivity
The base implementation of a completable activity, which stores a "percentage complete" value between 0 and 100%. Renderers often fill the background of activity bars depending on this value. The higher the value the more of the background gets filled.
Since:
1.0