Uses of Class
org.pepstock.charba.client.labels.enums.Position
-
Packages that use Position Package Description org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS.org.pepstock.charba.client.labels.enums Contains all enumerations to configure theLabelsPlugin.ID
plugin. -
-
Uses of Position in org.pepstock.charba.client.labels
Fields in org.pepstock.charba.client.labels declared as Position Modifier and Type Field Description static Position
Label. DEFAULT_POSITION
Default position to draw label,DEFAULT
.Methods in org.pepstock.charba.client.labels that return Position Modifier and Type Method Description Position
Label. getPosition()
Returns the position to draw label.Methods in org.pepstock.charba.client.labels with parameters of type Position Modifier and Type Method Description void
Label. setPosition(Position position)
+ Sets the position to draw label.LabelBuilder
LabelBuilder. setPosition(Position position)
+ Sets the position to draw label. -
Uses of Position in org.pepstock.charba.client.labels.enums
Methods in org.pepstock.charba.client.labels.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.
-