Uses of Package
org.pepstock.charba.client.plugins
-
Packages that use org.pepstock.charba.client.plugins Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.annotation Contains all classes to activate theAnnotationPlugin.ID
plugin (AKAchartjs-plugin-annotation.js
) for CHART.js.org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code.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).org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.gradient Contains all classes to activate theGradientPlugin.ID
plugin (AKAchartjs-plugin-gradient.js
) for CHART.js.org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.labels Contains all classes to useLabelsPlugin.ID
plugin (AKAchartjs-plugin-labels.js
) available for CHART.JS.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.plugins Contains all classes to manage the plugin implementations.org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.ID
plugin (AKAchartjs-plugin-zoom.js
) for CHART.js. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client Class Description GlobalPlugins Global configuration to set plugins at global level.
It maps the CHART.JS object of default,chart.plugins
.Plugins Is the manager of plugins which can manage the list of plugins and returns them as java script object to store in the chart configuration. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.annotation Class Description AbstractExtensionPlugin Commons methods of extension, plugins out-of-the-box written in java script, to import and manage by Charba.AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.commons Class Description NativeHook Enables the capability to create a plugin hook directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects.
The hook will receive only 3 arguments, to use in the java script code,"chart"
,"args"
,"options"
.
See CHART.JS doc about the arguments. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.configuration Class Description AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.data Class Description AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.datalabels Class Description AbstractExtensionPlugin Commons methods of extension, plugins out-of-the-box written in java script, to import and manage by Charba.AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.defaults Class Description AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.defaults.chart Class Description AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.defaults.globals Class Description AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.gradient Class Description AbstractExtensionPlugin Commons methods of extension, plugins out-of-the-box written in java script, to import and manage by Charba.AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.gwt.widgets Class Description Plugins Is the manager of plugins which can manage the list of plugins and returns them as java script object to store in the chart configuration. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.impl.plugins Class Description AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.PluginContainer This interface is defining the a container ofPlugin
instance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users.SmartPluginContainer This interface is defining the a container ofSmartPlugin
instance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.items Class Description PluginsEnvelop This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.labels Class Description AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.options Class Description AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.PluginsEnvelop This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.plugins Class Description AbstractBasePlugin Base plugin class implementation.
It represents the instance to store in CHART.JS configuration.AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptions.Property Name of properties of native object.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.NativeHook Enables the capability to create a plugin hook directly in java script language.
This could be helpful when for performance reason, you don't want to wraps all objects.
The hook will receive only 3 arguments, to use in the java script code,"chart"
,"args"
,"options"
.
See CHART.JS doc about the arguments.PluginContainer This interface is defining the a container ofPlugin
instance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users.PluginsEnvelop This object is a container of hidden object to pass to other packages.
It can not be instantiated in order that public methods can be invoked in safe mode.SmartPlugin Wraps a plugin, delegating the execution of all hooks to it.
the needed hooks can be added and CHART.JS will invoke only those hooks, improving the drawing performance.SmartPluginContainer This interface is defining the a container ofSmartPlugin
instance.
This is implemented in order to avoid to expose the public methods of plugin interface to the users. -
Classes in org.pepstock.charba.client.plugins used by org.pepstock.charba.client.zoom Class Description AbstractExtensionPlugin Commons methods of extension, plugins out-of-the-box written in java script, to import and manage by Charba.AbstractPluginOptions Abstract plugin options where to set all the configuration needed to the plugin.AbstractPluginOptionsFactory Factory to get the plugin options (form chart, from datasets or from default global ones) related to the plugin.