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.IDplugin (AKAchartjs-plugin-labels.js) available for CHART.JS.org.pepstock.charba.client.labels.enums Contains all enumerations to configure theLabelsPlugin.IDplugin. -
-
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 PositionLabel. DEFAULT_POSITIONDefault position to draw label,DEFAULT.Methods in org.pepstock.charba.client.labels that return Position Modifier and Type Method Description PositionLabel. getPosition()Returns the position to draw label.Methods in org.pepstock.charba.client.labels with parameters of type Position Modifier and Type Method Description voidLabel. setPosition(Position position)+ Sets the position to draw label.LabelBuilderLabelBuilder. 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 PositionPosition. 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.
-