Uses of Interface
org.pepstock.charba.client.commons.NativeObject
-
Packages that use NativeObject Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.adapters Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.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.callbacks All callbacks interfaces to be implemented, also to use the scriptable options of CHART.JS.org.pepstock.charba.client.colors Contains the enumerations of HTML and GWT Material colors, to consume out-of-the-box, and utilities to create and manage own colors and classes to define gradients of patterns for charts.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.IDplugin (AKAchartjs-plugin-datalabels.js) for CHART.js.org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js) for CHART.js.org.pepstock.charba.client.gradient Contains all classes to activate theGradientPlugin.IDplugin (AKAchartjs-plugin-gradient.js) for CHART.js.org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.intl Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.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.IDplugin (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.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js) for CHART.js.org.pepstock.charba.client.utils Contains some utilities to use in Charba, like HTML annotation builder, and other java script utilities useful for debugging.org.pepstock.charba.client.zoom Contains all classes to activate theZoomPlugin.IDplugin (AKAchartjs-plugin-zoom.js) for CHART.js. -
-
Uses of NativeObject in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return NativeObject Modifier and Type Method Description NativeObjectHelpers. clone(NativeObject source)Returns a deep copy of source without keeping references on objects and arrays.NativeObjectHelpers. mergeIf(NativeObject target, NativeObject source)Recursively deep copies source properties in the target only if not defined in target.
IMPORTANT: target is not cloned and will be updated with source properties.Methods in org.pepstock.charba.client with parameters of type NativeObject Modifier and Type Method Description NativeObjectHelpers. clone(NativeObject source)Returns a deep copy of source without keeping references on objects and arrays.NativeObjectHelpers. mergeIf(NativeObject target, NativeObject source)Recursively deep copies source properties in the target only if not defined in target.
IMPORTANT: target is not cloned and will be updated with source properties.voidConfiguration. setData(NativeObject data)Sets the data of chart by thedataproperty in the native object.voidConfiguration. setOptions(NativeObject options)Sets the options of chart by theoptionsproperty in the native object.Constructors in org.pepstock.charba.client with parameters of type NativeObject Constructor Description Chart(Context2dItem context, NativeObject configuration)Builds CHART object at CHART.JS level.
This constructor MUST be empty. -
Uses of NativeObject in org.pepstock.charba.client.adapters
Methods in org.pepstock.charba.client.adapters with parameters of type NativeObject Modifier and Type Method Description DateAdapterOptionsDateAdapterOptions.DateAdaptersOptionsFactory. create(NativeObject nativeObject)DateAdapterOptionsDateAdapterOptions.DateAdaptersOptionsFactory. create(NativeObject nativeObject, IsDefaultDateAdapterOptions defaultValues)Creates a date adapter options by a native object and a default values instance.Constructors in org.pepstock.charba.client.adapters with parameters of type NativeObject Constructor Description DateAdapterFormats(NativeObject nativeObject)Creates the object with the native object to map java script properties. -
Uses of NativeObject in org.pepstock.charba.client.annotation
Methods in org.pepstock.charba.client.annotation with parameters of type NativeObject Modifier and Type Method Description AnnotationOptionsAnnotationOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues) -
Uses of NativeObject in org.pepstock.charba.client.annotation.elements
Constructor parameters in org.pepstock.charba.client.annotation.elements with type arguments of type NativeObject Constructor Description AnnotationElement(AnnotationEnvelop<NativeObject> envelop)Creates the item using an envelop of the native java script object which contains all properties. -
Uses of NativeObject in org.pepstock.charba.client.callbacks
Methods in org.pepstock.charba.client.callbacks that return NativeObject Modifier and Type Method Description NativeObjectScriptableFunctions.ProxyNativeObjectCallback. call(NativeObject context)Method of function to be called to provide a native object property.Methods in org.pepstock.charba.client.callbacks with parameters of type NativeObject Modifier and Type Method Description ArrayScriptableFunctions.ProxyArrayCallback. call(NativeObject context)Method of function to be called to provide an array property.booleanScriptableFunctions.ProxyBooleanCallback. call(NativeObject context)Method of function to be called to provide a boolean property.doubleScriptableFunctions.ProxyDoubleCallback. call(NativeObject context)Method of function to be called to provide a double property.voidScriptableFunctions.ProxyHandlerCallback. call(NativeObject context)Method of function to be called to provide a scriptable options implementation with a context.voidScriptableFunctions.ProxyHandlerEvent. call(NativeObject context, NativeObject event)Method of function to be called to provide events generated by the chart canvas, by CHART.JSintScriptableFunctions.ProxyIntegerCallback. call(NativeObject context)Method of function to be called to provide a integer property.NativeObjectScriptableFunctions.ProxyNativeObjectCallback. call(NativeObject context)Method of function to be called to provide a native object property.ObjectScriptableFunctions.ProxyObjectCallback. call(NativeObject context)Method of function to be called to provide a object property.StringScriptableFunctions.ProxyStringCallback. call(NativeObject context)Method of function to be called to provide a string property.Constructors in org.pepstock.charba.client.callbacks with parameters of type NativeObject Constructor Description AbstractDatasetContext(NativeObject nativeObject)Creates the object with native object instance to be wrapped.ChartContext(NativeObject nativeObject)Creates the object with native object instance to be wrapped.DatasetContext(NativeObject nativeObject)Creates the object with native object instance to be wrapped.ScaleContext(Axis axis, NativeObject nativeObject)Creates the object with an envelop of the native object instance to be wrapped.SegmentContext(NativeObject nativeObject)Creates the object with native object instance to be wrapped, called byconfigurationpackage.TooltipContext(NativeObject nativeObject)Creates the object with native object instance to be wrapped. -
Uses of NativeObject in org.pepstock.charba.client.colors
Methods in org.pepstock.charba.client.colors with parameters of type NativeObject Modifier and Type Method Description static GradientGradientBuilder. build(NativeObject nativeObject)Creates a gradient, previously stored in the a native java script object.static PatternPatternBuilder. build(NativeObject nativeObject)Creates a pattern, previously stored in the a native java script object -
Uses of NativeObject in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons that return NativeObject Modifier and Type Method Description NativeObjectArrayObject. find(ArrayObject.ArrayFindCallback callback)Returns the value of the first element in the provided array that satisfies the provided testing function.
If no values satisfy the testing function, undefined is returned.NativeObjectArrayObject. get(int index)Gets the value at a given index.NativeObjectArrayObjectList. get(int index)Returns the element at the specified position in this list.protected NativeObjectNativeObjectContainer. getNativeObject()Returns the native object instance.protected NativeObjectNativeObjectContainer. getValue(Key key)Returns a value (JavaScript Object) in the embedded JavaScript object at specific property.NativeObjectMerger. merge(NativeObjectContainer target, NativeObjectContainer source, String property)Copiessourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property isNativeObjectMerger. merge(NativeObjectContainer target, NativeObject source, String property)Copiessourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property isNativeObjectMerger. merge(NativeObject target, NativeObjectContainer source, String property)Copiessourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property isNativeObjectMerger. merge(NativeObject target, NativeObject source, String property)Copiessourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property isNativeObjectArrayObjectList. remove(int index)Removes the element at the specified position in this list.
Shifts any subsequent elements to the left (subtracts one from their indices).NativeObjectArrayObjectList. set(int index, NativeObject element)Replaces the element at the specified position in this list with the specified element.Methods in org.pepstock.charba.client.commons that return types with arguments of type NativeObject Modifier and Type Method Description ChartEnvelop<NativeObject>NativeObjectContainer. loadNativeObject(ChartEnvelop<NativeObject> envelop)Returns the native object instance inside an envelop.
It can be called only fromorg.pepstock.charba.clientpackage.static List<NativeObject>ArrayListHelper. unmodifiableList(ArrayObject values)Creates an unmodifiable array list of generic java script objects by a java script array.Methods in org.pepstock.charba.client.commons with parameters of type NativeObject Modifier and Type Method Description voidArrayObjectList. add(int index, NativeObject element)Inserts the specified element at the specified position in this list.
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).booleanArrayObjectList. add(NativeObject element)Appends the specified element to the end of this listvoidArrayObjectList. addAll(NativeObject... values)Loads an array of elements in the listbooleanArrayObject.ArrayFilterCallback. call(NativeObject element, int index)Method of function to be called to filter the array.booleanArrayObject.ArrayFindCallback. call(NativeObject element, int index)Method of function to be called to find an element in the array.TNativeObjectContainerFactory. create(NativeObject nativeObject)Creates a native object container instance by a native object.static StringId. get(NativeObject nativeObject)Returns the property value from java script object.booleanJsHelper. getBooleanProperty(Key key, NativeObject nativeObject)Returns the property value from java script object, when it is stored as boolean.intJsHelper. getIntegerProperty(Key key, NativeObject nativeObject)Returns the property value from java script object, when it is stored as integer.StringJsHelper. getStringProperty(Key key, NativeObject nativeObject)Returns the property value from java script object, when the ID is stored as string.NativeObjectMerger. merge(NativeObjectContainer target, NativeObject source, String property)Copiessourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property isNativeObjectMerger. merge(NativeObject target, NativeObjectContainer source, String property)Copiessourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property isNativeObjectMerger. merge(NativeObject target, NativeObject source, String property)Copiessourceproperties (creating a new java script object and setting thesourceone with the property argument) in thetargetonly if not defined in target.
targetis not cloned and will be updated withsourceproperties.
The property isNativeObjectArrayObjectList. set(int index, NativeObject element)Replaces the element at the specified position in this list with the specified element.protected voidNativeObjectContainer. setValue(Key key, NativeObject value)Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.protected voidAbstractNode. setValueAndAddToParent(Key key, NativeObject value)Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.protected voidPropertyHandler. setValueAndAddToParent(Key key, NativeObject value)Sets a value (JavaScript Object) in the embedded JavaScript object at specific property.Method parameters in org.pepstock.charba.client.commons with type arguments of type NativeObject Modifier and Type Method Description booleanArrayObjectList. addAll(Collection<? extends NativeObject> collection)Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iteratorvoidMerger. load(NativeObjectContainer options, ChartEnvelop<NativeObject> envelop)Merges the chart options, built after the chart initialization on the chart configuration in order that the configuration can contain all values, also the defaults.voidMerger. load(IsChart chart, NativeObjectContainer options, ChartEnvelop<NativeObject> envelop)Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global) and chart options.
The chain of priority is:
chart options chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)voidMerger. load(Type type, ChartEnvelop<NativeObject> envelop)Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global).
The chain of priority is:
chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)ChartEnvelop<NativeObject>NativeObjectContainer. loadNativeObject(ChartEnvelop<NativeObject> envelop)Returns the native object instance inside an envelop.
It can be called only fromorg.pepstock.charba.clientpackage.Constructors in org.pepstock.charba.client.commons with parameters of type NativeObject Constructor Description AbstractNode(AbstractNode parent, Key childKey, NativeObject nativeObject)Creates the object with the parent, the key of this element, default values and native object to map java script properties.AbstractNode(NativeObject nativeObject)Creates the object with native object to map java script properties.
This is used for the root of tree composed by native objects.AbstractPoint(NativeObject nativeObject)Creates the object with native object instance to be wrapped.AbstractReadOnlyPoint(NativeObject nativeObject)Creates the object with native object instance to be wrapped.NativeObjectContainer(NativeObject nativeObject)Creates the object with native object instance to be wrapped.PropertyHandler(AbstractNode parent, D defaultValues, NativeObject nativeObject)Creates a native object where one or more properties must be managed, cross classes and package. -
Uses of NativeObject in org.pepstock.charba.client.configuration
Method parameters in org.pepstock.charba.client.configuration with type arguments of type NativeObject Modifier and Type Method Description voidConfigurationOptions. loadOptions(ChartEnvelop<NativeObject> envelop)Merges chart default options (by chart.defaults[type]), default scale options (by chart.defaults.scale) and global options (by chart.defaults.global) and chart options.
The chain of priority is:
chart options chart default options (by chart.defaults[type]) default scale options (by chart.defaults.scale) global options (by chart.defaults.global)voidConfigurationOptions. setChartOptions(ChartEnvelop<NativeObject> envelop)Sets the chart options as underlying configuration options, after the first draw of the chart.
Leveraging on proxy, this is mandatory and enables the possibility to use only the configuration options to update the chart options at runtime. -
Uses of NativeObject in org.pepstock.charba.client.data
Methods in org.pepstock.charba.client.data with parameters of type NativeObject Modifier and Type Method Description ArcBorderRadiusArcBorderRadius.ArcBorderRadiusFactory. create(NativeObject nativeObject)BarBorderRadiusBarBorderRadius.BarBorderRadiusFactory. create(NativeObject nativeObject)BarBorderWidthBarBorderWidth.BarBorderWidthFactory. create(NativeObject nativeObject)protected DatasetContextDataset. createContext(NativeObject context)Creates a data set context for callback.Constructors in org.pepstock.charba.client.data with parameters of type NativeObject Constructor Description AbstractDataPoint(NativeObject nativeObject)Creates the object with a native object passed as argument.Constructor parameters in org.pepstock.charba.client.data with type arguments of type NativeObject Constructor Description DataPoint(ItemsEnvelop<NativeObject> envelop)Creates the object with a native object passed as argument by andBaseEnvelop.
This is called by theDataItem.LabelsHandler(OptionsEnvelop<NativeObject> envelop)Creates the utility using dataset native object.
This is callable only fromoptionspackage. -
Uses of NativeObject in org.pepstock.charba.client.datalabels
Methods in org.pepstock.charba.client.datalabels with parameters of type NativeObject Modifier and Type Method Description DataLabelsOptionsDataLabelsOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues) -
Uses of NativeObject in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events that return NativeObject Modifier and Type Method Description NativeObjectChartEventContext. getObject()Wraps the protected method to get the java script object in order to consume it.Constructor parameters in org.pepstock.charba.client.events with type arguments of type NativeObject Constructor Description ChartEventContext(AnnotationEnvelop<NativeObject> envelop)Creates the object with envelop envelop with the native object instance to be wrapped.ChartEventContext(ConfigurationEnvelop<NativeObject> envelop)Creates the object with envelop envelop with the native object instance to be wrapped.ChartEventContext(DataLabelsEnvelop<NativeObject> envelop)Creates the object with envelop envelop with the native object instance to be wrapped.ChartEventContext(ItemsEnvelop<NativeObject> envelop)Creates the object with envelop envelop with the native object instance to be wrapped. -
Uses of NativeObject in org.pepstock.charba.client.geo
Methods in org.pepstock.charba.client.geo with parameters of type NativeObject Modifier and Type Method Description BubbleMapDataPointBubbleMapDataPoint.BubbleMapDataPointFactory. create(NativeObject nativeObject)ChoroplethDataPointChoroplethDataPoint.ChoroplethDataPointFactory. create(NativeObject nativeObject) -
Uses of NativeObject in org.pepstock.charba.client.gradient
Methods in org.pepstock.charba.client.gradient with parameters of type NativeObject Modifier and Type Method Description GradientOptionsGradientOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues) -
Uses of NativeObject in org.pepstock.charba.client.impl.plugins
Methods in org.pepstock.charba.client.impl.plugins with parameters of type NativeObject Modifier and Type Method Description ChartBackgroundColorOptionsChartBackgroundColorOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues)ChartPointerOptionsChartPointerOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues)ColorSchemesOptionsColorSchemesOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues)CrosshairOptionsCrosshairOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues)DatasetsItemsSelectorOptionsDatasetsItemsSelectorOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues)HtmlLegendOptionsHtmlLegendOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues) -
Uses of NativeObject in org.pepstock.charba.client.intl
Methods in org.pepstock.charba.client.intl with parameters of type NativeObject Modifier and Type Method Description DateTimeFormatOptionsDateTimeFormatOptions.DateTimeFormatOptionsFactory. create(NativeObject nativeObject)DateTimeFormatOptionsDateTimeFormatOptions.DateTimeFormatOptionsFactory. create(NativeObject nativeObject, IsDefaultDateTimeFormatOptions defaultValues)Creates a date time format options by a native object and a default values instance.NumberFormatOptionsNumberFormatOptions.NumberFormatOptionsFactory. create(NativeObject nativeObject)NumberFormatOptionsNumberFormatOptions.NumberFormatOptionsFactory. create(NativeObject nativeObject, IsDefaultNumberFormatOptions defaultValues)Creates a number format options by a native object and a default values instance.Method parameters in org.pepstock.charba.client.intl with type arguments of type NativeObject Modifier and Type Method Description voidNumberFormatOptions. load(ChartEnvelop<NativeObject> envelop)Loads theNativeObjectin the envelop passed as argument.
This method is called fromHelpers.formatNumber(double, CLocale, NumberFormatOptions). -
Uses of NativeObject in org.pepstock.charba.client.items
Methods in org.pepstock.charba.client.items that return NativeObject Modifier and Type Method Description NativeObjectTooltipLabelPointStyle. getObject()Wraps the protected method to get the java script object in order to consume it.NativeObjectFontItem. nativeObject()Returns the native object instance.NativeObjectNumberFormatItem. nativeObject()Returns the native object instance.NativeObjectPaddingItem. nativeObject()Returns the native object instance.NativeObjectTooltipLabelColor. nativeObject()Wraps the protected method to get the java script object in order to consume it.Methods in org.pepstock.charba.client.items with parameters of type NativeObject Modifier and Type Method Description DatasetReferenceDatasetReference.DatasetReferenceItemFactory. create(NativeObject nativeObject)LegendItemLegendItem.LegendItemFactory. create(NativeObject nativeObject)LegendLabelItemLegendLabelItem.LegendLabelItemFactory. create(NativeObject nativeObject)ScaleTickItemScaleTickItem.ScaleTickItemFactory. create(NativeObject nativeObject)TooltipItemTooltipItem.TooltipItemFactory. create(NativeObject nativeObject)TooltipLabelColorTooltipLabelColor.TooltipLabelColorFactory. create(NativeObject nativeObject)TooltipLabelPointStyleTooltipLabelPointStyle.TooltipLabelPointStyleFactory. create(NativeObject nativeObject)Constructor parameters in org.pepstock.charba.client.items with type arguments of type NativeObject Constructor Description AnimationItem(ConfigurationEnvelop<NativeObject> envelop)Creates the item using an envelop with native java script object which contains all properties.
It is called fromconfigurationpackage.AxisItem(ConfigurationEnvelop<NativeObject> envelop)Creates the item using an envelop of native java script object which contains all properties.ChartAreaNode(ChartEnvelop<NativeObject> envelop)Creates the item using envelop with the native java script object which contains all properties.DatasetElement(CallbacksEnvelop<NativeObject> envelop)Creates the item using an envelop of the native java script object which contains all properties.DatasetItem(ChartEnvelop<NativeObject> envelop)Creates the item using an envelop with the native java script object which contains all properties.DatasetPoint(CallbacksEnvelop<NativeObject> envelop)Creates the object with a native object passed as argument.LegendNode(ChartEnvelop<NativeObject> envelop)Creates the item using an envelop with the native java script object which contains all properties.LegendTextHandler(AbstractNode parent, OptionsEnvelop<NativeObject> envelop)Creates a legend text handler with the envelop of the native object where TEXT property must be managed.OptionsNode(String chartId, IsDefaultScaledOptions defaultValues, ChartEnvelop<NativeObject> envelop)Creates the item using an envelop with the native java script object which contains all properties.PluginDatasetArgument(PluginsEnvelop<NativeObject> envelop)Creates the item using an envelop of the native java script object which contains all properties.PluginEventArgument(PluginsEnvelop<NativeObject> envelop)Creates the item using an envelop of the native java script object which contains all properties.PluginResizeArgument(PluginsEnvelop<NativeObject> envelop)Creates the item using an envelop of the native java script object which contains all properties.PluginScaleArgument(PluginsEnvelop<NativeObject> envelop)Creates the item using an envelop of the native java script object which contains all properties.PluginTooltipArgument(PluginsEnvelop<NativeObject> envelop)Creates the item using an envelop of the native java script object which contains all properties.PluginUpdateArgument(PluginsEnvelop<NativeObject> envelop)Creates the item using an envelop of the native java script object which contains all properties.ScaleItem(CallbacksEnvelop<NativeObject> envelop)Creates the item using an envelop (fromcallbackspackage) of native java script object which contains all properties.ScalesNode(ChartEnvelop<NativeObject> envelop)Creates the item using an envelop with the native java script object which contains all properties.SizeItem(ConfigurationEnvelop<NativeObject> envelop)Creates the item using an envelop (fromconfigurationpackage) of native java script object which contains all properties.SubtitleNode(ChartEnvelop<NativeObject> envelop)Creates the item using envelop with the native java script object which contains all properties.TitleNode(ChartEnvelop<NativeObject> envelop)Creates the item using envelop with the native java script object which contains all properties.TooltipModel(CallbacksEnvelop<NativeObject> envelop)Creates the item using envelop with the native java script object which contains all properties.TooltipModel(ConfigurationEnvelop<NativeObject> envelop)Creates the item using envelop with the native java script object which contains all properties.TooltipNode(ChartEnvelop<NativeObject> envelop)Creates the item using envelop with the native java script object which contains all properties. -
Uses of NativeObject in org.pepstock.charba.client.labels
Methods in org.pepstock.charba.client.labels with parameters of type NativeObject Modifier and Type Method Description LabelsOptionsLabelsOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues) -
Uses of NativeObject in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return NativeObject Modifier and Type Method Description protected NativeObjectAbstractPadding. getObject()Returns the native object instance.Constructors in org.pepstock.charba.client.options with parameters of type NativeObject Constructor Description AbstractFont(AbstractNode parent, IsDefaultFont defaultValues, NativeObject nativeObject)Creates a font to use for chart configuration, wrapping a native object instance.AbstractFont(IsDefaultFont defaultValues, NativeObject nativeObject)Creates a font to use for chart configuration, wrapping a native object instance.AbstractImmutableFont(NativeObject nativeObject)Creates a immutable font to use, wrapping a native object instance, and providing a CSS string.AbstractNumberFormat(IsDefaultNumberFormatOptions defaultValues, NativeObject nativeObject)Creates a number format to use for chart configuration, wrapping a native object instance.AbstractPadding(AbstractNode parent, IsDefaultPadding defaultValues, NativeObject nativeObject)Creates a padding to use for chart configuration, wrapping a native object instance.AbstractPadding(IsDefaultPadding defaultValues, NativeObject nativeObject)Creates a padding to use for chart configuration, wrapping a native object instance.AbstractScale(IsDefaultScale defaultValues, NativeObject nativeObject)Creates the object only with default provider and native object.AbstractScriptableFont(IsScriptableFontProvider<T> scriptableFontProvider, IsDefaultFont defaultValues, NativeObject nativeObject)Creates a font to use for chart configuration, wrapping a native object instance.AbstractScriptablePadding(IsScriptablePaddingProvider<T> scriptablePaddingProvider, IsDefaultPadding defaultValues, NativeObject nativeObject)Creates a padding to use for chart configuration, wrapping a native object instance.Arc(Elements elements, Key childKey, IsDefaultArc defaultValues, NativeObject nativeObject)Creates the object with the parent, the key of this element, default values and native object to map java script properties.Bar(Elements elements, Key childKey, IsDefaultBar defaultValues, NativeObject nativeObject)Creates the object with the parent, the key of this element, default values and native object to map java script properties.FontContainer(AbstractNode parent, IsDefaultFontContainer defaultValues, NativeObject nativeObject)Creates a font container with the native object where font properties must be managed and the default value to use when the property does not exist.Line(Elements elements, Key childKey, IsDefaultLine defaultValues, NativeObject nativeObject)Creates the object with the parent, the key of this element, default values and native object to map java script properties.Options(String scope, IsDefaultOptions defaultValues, NativeObject nativeObject)Creates the object only with default provider and native object.Point(Elements elements, Key childKey, IsDefaultPoint defaultValues, NativeObject nativeObject)Creates the object with the parent, the key of this element, default values and native object to map java script properties.PointStyleHandler(AbstractNode parent, IsDefaultPointStyleHandler defaultValues, NativeObject nativeObject)Creates a point style handler with the native object where POINTSTYLE property must be managed and the default value to use when the property does not exist.Scale(AxisType type, IsDefaultScale defaultValues, NativeObject nativeObject)Creates the object only with aixs type, default provider and native object.
This is used when the default scale is read byDefaults.getScale(AxisType).Scale(IsDefaultScale defaultValues, NativeObject nativeObject)Creates the object only with default provider and native object.
This is used when the scale is read byScales.ScaledOptions(String scope, IsDefaultScaledOptions defaultValues, NativeObject nativeObject, boolean createScales)Creates the object only with default provider and native object.Constructor parameters in org.pepstock.charba.client.options with type arguments of type NativeObject Constructor Description AnimationContainer(IsDefaultAnimationContainer defaultValues, DataEnvelop<NativeObject> envelop, String scope)Creates an animation container with the envelop of the native object where animations properties must be managed.AnimationTransition(Key childKey, IsDefaultAnimationTransition defaultValues, ChartEnvelop<NativeObject> envelop, String scope)Creates an animation transitions container for theUpdateConfiguration.BarDatasetOptionsHandler(AbstractNode parent, IsDefaultTypedDataset defaultValues, DataEnvelop<NativeObject> envelop)Creates an bar options handler with an envelop of the native object where properties must be managed and the default value to use when the property does not exist.ExtendedOptions(IsChart chart, IsDefaultScaledOptions defaultValues, ChartEnvelop<NativeObject> envelop)Creates an options with default provider.ExtendedOptions(IsChart chart, IsDefaultScaledOptions defaultValues, ConfigurationEnvelop<NativeObject> envelop)Creates an options with default provider.FillHandler(AbstractNode parent, IsFill defaultValues, DataEnvelop<NativeObject> envelop)Creates a fill handler with the native object where FILL property must be managed and the default value to use when the property does not exist.
This is called fromdatapackage.SpanGapHandler(AbstractNode parent, IsDefaultOptions defaultValues, DataEnvelop<NativeObject> envelop)Creates a span gap handler with the envelop of the native object where SPANGAPS property must be managed and the default value to use when the property does not exist. -
Uses of NativeObject in org.pepstock.charba.client.plugins
Methods in org.pepstock.charba.client.plugins with parameters of type NativeObject Modifier and Type Method Description abstract TAbstractPluginOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues)Creates a plugin options by a native object which is containing the options values and its defaults.Constructors in org.pepstock.charba.client.plugins with parameters of type NativeObject Constructor Description AbstractPluginOptions(String pluginId, AbstractNode parent, Key childKey, NativeObject nativeObject, boolean createUniqueId)Creates the object with the parent, the key of this element, default values and native object to map java script properties.AbstractPluginOptions(String pluginId, NativeObject nativeObject)Creates new plugin options with plugin ID, using a native object instance.AbstractPluginOptions(String pluginId, NativeObject nativeObject, boolean createUniqueId)Creates new plugin options with plugin ID, using a native object instance and setting if a unique id must calculated -
Uses of NativeObject in org.pepstock.charba.client.sankey
Methods in org.pepstock.charba.client.sankey with parameters of type NativeObject Modifier and Type Method Description SankeyDataPointSankeyDataset.DataPointFactory. create(NativeObject nativeObject) -
Uses of NativeObject in org.pepstock.charba.client.utils
Methods in org.pepstock.charba.client.utils that return NativeObject Modifier and Type Method Description static NativeObjectJSON. parseForObject(String text)Parses a JSON string, constructing the JavaScript value or object described by the string.Methods in org.pepstock.charba.client.utils with parameters of type NativeObject Modifier and Type Method Description static StringJSON. stringifyNativeObject(NativeObject obj, int spaces)Converts a JavaScript object or value to a JSON string, using a specific replacer to avoid to print internal keys of CHART.js -
Uses of NativeObject in org.pepstock.charba.client.zoom
Methods in org.pepstock.charba.client.zoom with parameters of type NativeObject Modifier and Type Method Description ZoomOptionsZoomOptionsFactory. create(NativeObject nativeObject, IsDefaultPlugins defaultValues)
-