Uses of Class
org.pepstock.charba.client.treemap.enums.Position
-
Packages that use Position 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 Position in org.pepstock.charba.client.treemap
Fields in org.pepstock.charba.client.treemap declared as Position Modifier and Type Field Description static Position
Labels. DEFAULT_POSITION
Default labels position,MIDDLE
.Methods in org.pepstock.charba.client.treemap that return Position Modifier and Type Method Description Position
Labels. getPosition()
Returns the text vertical alignment used when drawing the label.Methods in org.pepstock.charba.client.treemap with parameters of type Position Modifier and Type Method Description void
Labels. setPosition(Position position)
Sets the text vertical alignment used when drawing the label. -
Uses of Position in org.pepstock.charba.client.treemap.enums
Methods in org.pepstock.charba.client.treemap.enums that return Position Modifier and Type Method Description static Position
Position. valueOf(String name)
Returns the enum constant of this type with the specified name.static Position[]
Position. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-