Uses of Interface
org.pepstock.charba.client.plugins.SmartPluginContainer
-
Packages that use SmartPluginContainer Package Description org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations. -
-
Uses of SmartPluginContainer in org.pepstock.charba.client.impl.plugins
Classes in org.pepstock.charba.client.impl.plugins that implement SmartPluginContainer Modifier and Type Class Description classChartBackgroundColorA plugin implementation to set the background color, gradient or pattern of chart.
If added to defaults, without any configuration, the chart will have aChartBackgroundColor.DEFAULT_BACKGROUND_COLORbackground color. -
Uses of SmartPluginContainer in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins with parameters of type SmartPluginContainer Modifier and Type Method Description voidPlugins. add(SmartPluginContainer container)Adds a new plugin to the chart, by a containerbooleanGlobalPlugins. register(SmartPluginContainer container)Registers a plugin as global, to apply to all charts, by a container
-