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 SizeSankeyDataset. getSize()ReturnsMINif flow overlap is preferred.Methods in org.pepstock.charba.client.sankey with parameters of type Size Modifier and Type Method Description voidSankeyDataset. setSize(Size size)SetsMINif 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 SizeSize. 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.
-