Uses of Class
org.pepstock.charba.client.sankey.Priority
-
Packages that use Priority Package Description org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js. -
-
Uses of Priority in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return Priority Modifier and Type Method Description PrioritySankeyDataset. getPriority()Returns the map for assigning a priority to the sankey elements.Methods in org.pepstock.charba.client.sankey with parameters of type Priority Modifier and Type Method Description voidSankeyDataset. setPriority(Priority priority)Sets the map for assigning a priority to the sankey elements.
-