Uses of Class
org.teamapps.ux.component.charting.DataPointWeighting
-
Packages that use DataPointWeighting Package Description org.teamapps.ux.component.charting org.teamapps.ux.component.charting.pie -
-
Uses of DataPointWeighting in org.teamapps.ux.component.charting
Methods in org.teamapps.ux.component.charting that return DataPointWeighting Modifier and Type Method Description static DataPointWeightingDataPointWeighting. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataPointWeighting[]DataPointWeighting. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataPointWeighting in org.teamapps.ux.component.charting.pie
Methods in org.teamapps.ux.component.charting.pie that return DataPointWeighting Modifier and Type Method Description DataPointWeightingPieChart. getDataPointWeighting()Methods in org.teamapps.ux.component.charting.pie with parameters of type DataPointWeighting Modifier and Type Method Description voidPieChart. setDataPointWeighting(DataPointWeighting dataPointWeighting)
-