Uses of Class
org.pepstock.charba.client.treemap.enums.Overflow
-
Packages that use Overflow Package Description org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js.org.pepstock.charba.client.treemap.enums Contains all enumerations to configure theTreeMapChart
controller. -
-
Uses of Overflow in org.pepstock.charba.client.treemap
Fields in org.pepstock.charba.client.treemap declared as Overflow Modifier and Type Field Description static Overflow
Labels. DEFAULT_OVERFLOW
Default labels overflow,CUT
.Methods in org.pepstock.charba.client.treemap that return Overflow Modifier and Type Method Description Overflow
Labels. getOverflow()
Returns the control what happens to a label that is too big to fit into a rectangle.Methods in org.pepstock.charba.client.treemap with parameters of type Overflow Modifier and Type Method Description void
Labels. setOverflow(Overflow overflow)
Sets the control what happens to a label that is too big to fit into a rectangle. -
Uses of Overflow in org.pepstock.charba.client.treemap.enums
Methods in org.pepstock.charba.client.treemap.enums that return Overflow Modifier and Type Method Description static Overflow
Overflow. valueOf(String name)
Returns the enum constant of this type with the specified name.static Overflow[]
Overflow. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-