java.lang.Object
de.grogra.video.util.Progress
A
Progress defines a "progress", it's really that simple. Each
progress has a name and a value. Name and value of a progress can't be edited
after creation.- Author:
- Dominick Leppich
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Progress
Create a newProgressobject with a value and a name.- Parameters:
value- - Value of the progress (should be between 0.0 and 1.0)name- - Name of the progress (a description)
-
-
Method Details
-
getValue
public double getValue()Get the value of the progress.- Returns:
- Value
-
getName
Get the name of the progress.- Returns:
- Name
-