Uses of Class
org.pepstock.charba.client.options.OptionsEnvelop
-
Packages that use OptionsEnvelop Package Description 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.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers. -
-
Uses of OptionsEnvelop in org.pepstock.charba.client.data
Constructors in org.pepstock.charba.client.data with parameters of type OptionsEnvelop Constructor Description LabelsHandler(OptionsEnvelop<NativeObject> envelop)
Creates the utility using dataset native object.
This is callable only fromoptions
package. -
Uses of OptionsEnvelop in org.pepstock.charba.client.items
Constructors in org.pepstock.charba.client.items with parameters of type OptionsEnvelop Constructor Description FillBaseline(OptionsEnvelop<NativeObject> envelop)
Creates the object with native object instance to be wrapped.FillColors(OptionsEnvelop<NativeObject> envelop)
Creates the object with native object instance to be wrapped.LegendTextHandler(AbstractNode parent, OptionsEnvelop<NativeObject> envelop)
Creates a legend text handler with the envelop of the native object where TEXT property must be managed.
-