Uses of Class
org.pepstock.charba.client.sankey.enums.Size
-
Packages that use Size Package Description org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js.org.pepstock.charba.client.sankey.enums Contains all enumerations to configure the SANKEY controllers. -
-
Uses of Size in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey that return Size Modifier and Type Method Description Size
SankeyDataset. getSize()
ReturnsMIN
if flow overlap is preferred.Methods in org.pepstock.charba.client.sankey with parameters of type Size Modifier and Type Method Description void
SankeyDataset. setSize(Size size)
SetsMIN
if flow overlap is preferred. -
Uses of Size in org.pepstock.charba.client.sankey.enums
Methods in org.pepstock.charba.client.sankey.enums that return Size Modifier and Type Method Description static Size
Size. valueOf(String name)
Returns the enum constant of this type with the specified name.static Size[]
Size. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-