Uses of Class
org.pepstock.charba.client.annotation.enums.CalloutPosition
-
Packages that use CalloutPosition Package Description org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.ID
plugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.annotation.enums Contains all enumerations to configure theAnnotationPlugin.ID
plugin. -
-
Uses of CalloutPosition in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return CalloutPosition Modifier and Type Method Description CalloutPosition
Callout. getPosition()
Returns the position of callout, with respect to the label.Methods in org.pepstock.charba.client.annotation with parameters of type CalloutPosition Modifier and Type Method Description void
Callout. setPosition(CalloutPosition position)
Sets the position of callout, with respect to the label. -
Uses of CalloutPosition in org.pepstock.charba.client.annotation.elements
Methods in org.pepstock.charba.client.annotation.elements that return CalloutPosition Modifier and Type Method Description CalloutPosition
CalloutElement. getPosition()
Returns the position of callout, with respect to the label.Methods in org.pepstock.charba.client.annotation.elements with parameters of type CalloutPosition Modifier and Type Method Description void
CalloutElement. setPosition(CalloutPosition position)
Sets the position of callout, with respect to the label. -
Uses of CalloutPosition in org.pepstock.charba.client.annotation.enums
Methods in org.pepstock.charba.client.annotation.enums that return CalloutPosition Modifier and Type Method Description static CalloutPosition
CalloutPosition. valueOf(String name)
Returns the enum constant of this type with the specified name.static CalloutPosition[]
CalloutPosition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-