Uses of Interface
org.pepstock.charba.client.callbacks.FillCallback
-
Packages that use FillCallback Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). -
-
Uses of FillCallback in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration that return FillCallback Modifier and Type Method Description FillCallbackLine. getFillCallback()Returns the fill callback, if set, otherwisenull.Methods in org.pepstock.charba.client.configuration with parameters of type FillCallback Modifier and Type Method Description voidLine. setFill(FillCallback fillCallback)Sets the fill callback. -
Uses of FillCallback in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data that return FillCallback Modifier and Type Method Description FillCallbackLiningDataset. getFillCallback()Returns the fill callback, if set, otherwisenull.Methods in org.pepstock.charba.client.data with parameters of type FillCallback Modifier and Type Method Description voidLiningDataset. setFill(FillCallback fillCallback)Sets the fill callback.voidScatterDataset. setFill(FillCallback fillCallback)
-