We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.model.
Class Completed
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.Completed
All Implemented Interfaces:
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
-
-