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.IDplugin (AKAchartjs-plugin-annotation.js) for CHART.js.org.pepstock.charba.client.annotation.elements Contains theAnnotationPlugin.IDplugin elements interfaces to use in the callbacks and events.org.pepstock.charba.client.annotation.enums Contains all enumerations to configure theAnnotationPlugin.IDplugin. -
-
Uses of CalloutPosition in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation that return CalloutPosition Modifier and Type Method Description CalloutPositionCallout. 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 voidCallout. 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 CalloutPositionCalloutElement. 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 voidCalloutElement. 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 CalloutPositionCalloutPosition. 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.
-