Uses of Class
org.knowm.xchart.style.BoxStyler.BoxplotCalCulationMethod
-
Packages that use BoxStyler.BoxplotCalCulationMethod Package Description org.knowm.xchart.internal.chartpart org.knowm.xchart.style -
-
Uses of BoxStyler.BoxplotCalCulationMethod in org.knowm.xchart.internal.chartpart
Methods in org.knowm.xchart.internal.chartpart with parameters of type BoxStyler.BoxplotCalCulationMethod Modifier and Type Method Description private static doubleBoxPlotDataCalculator. getQuartile(java.util.List<java.lang.Double> data, double qiP, BoxStyler.BoxplotCalCulationMethod boxplotCalCulationMethod) -
Uses of BoxStyler.BoxplotCalCulationMethod in org.knowm.xchart.style
Fields in org.knowm.xchart.style declared as BoxStyler.BoxplotCalCulationMethod Modifier and Type Field Description private BoxStyler.BoxplotCalCulationMethodBoxStyler. boxplotCalCulationMethodMethods in org.knowm.xchart.style that return BoxStyler.BoxplotCalCulationMethod Modifier and Type Method Description BoxStyler.BoxplotCalCulationMethodBoxStyler. getBoxplotCalCulationMethod()static BoxStyler.BoxplotCalCulationMethodBoxStyler.BoxplotCalCulationMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BoxStyler.BoxplotCalCulationMethod[]BoxStyler.BoxplotCalCulationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchart.style with parameters of type BoxStyler.BoxplotCalCulationMethod Modifier and Type Method Description BoxStylerBoxStyler. setBoxplotCalCulationMethod(BoxStyler.BoxplotCalCulationMethod boxplotCalCulationMethod)
-