Class Completed
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Completed
- All Implemented Interfaces:
Serializable
Progress indicator, how much of the task completed
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Completed
public Completed() -
Completed
-
Completed
-
-
Method Details
-
getAmount
- See Also:
-
setAmount
The amount of the progress indicator, ranging from 0 (not started) to 1 (finished). Defaults to 0.- Parameters:
amount
-
-
getFill
- See Also:
-
setFill
The fill of the progress indicator. Defaults to a darkened variety of the main color. The value will be ignored if the chart is in Styled mode.- Parameters:
fill
-
-