java.lang.Object
eu.hansolo.fx.charts.pareto.ParetoModel
authors: Michael Läuchli, MLaeuchli (github)
Stefan Mettler, orizion (github)
-
Constructor Summary
ConstructorsConstructorDescriptionParetoModel(ParetoModel model) ParetoModel(String title, List<ParetoBar> data) ParetoModel(List<ParetoBar> data) -
Method Summary
-
Constructor Details
-
ParetoModel
- Parameters:
title- The Title displayed for the ParetoChartdata- The data to be displayed
-
ParetoModel
- Parameters:
data- The data to be displayed
-
ParetoModel
public ParetoModel() -
ParetoModel
- Parameters:
model- Copy constructor
-
-
Method Details
-
getData
- Returns:
- The list of ParetoBars contained in this Model
-
setData
- Parameters:
DATA- Sets the passed List as the new List oif ParetoBars in the Model
-
getTitle
-
setTitle
-
getMin
public double getMin()- Returns:
- Returns the smallest value among the ParetoBars
-
getMax
public double getMax()- Returns:
- Returns the biggest value among the ParetoBars
-
getTotal
public double getTotal()- Returns:
- Returns the total value of all the ParetoBars
-