| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AxisItemThere are a number of configuration callbacks that can be used to change parameters in the scale at different points in the
 update process. This is a wrapper of the CHART.JS item with all needed info about an axis. Implements all setmethods to change java script object properties. | 
| class  | AxisMarginsItemJavaScript object which contains the margins sizes of an axis. This object reflects the object created by CHART.JS and is provided to Axis callbacks. Implements all setmethods to change java script object properties. | 
| class  | BaseBoxNodeItemBase object which maps the CHART.JS chart items and represents main nodes of chart java script object. This is a wrapper of the CHART.JS item with all needed info. Implements all getmethods to change java script object properties. | 
| class  | ChartAreaNodeObject which maps the chart area item of CHART.JS chart java script object. This is a wrapper of the CHART.JS item with all needed info. | 
| class  | LegendNodeWrapper of legend node of CHART.JS. This is a wrapper of legend node of Chart (of CHART.JS). | 
| class  | MarginsItemIt is applied to all sides of the chart (left, top, right, bottom). This is a wrapper of the CHART.JS item | 
| class  | ScaleItemWraps the scale item of CHART JS chart. This is a wrapper of scale of Chart (of CHART.JS). | 
| class  | ScaleLongestTextCacheItemLegend internal object to get data about ticks and their length in pixels. This is a wrapper of scale text item of Chart (of CHART.JS). | 
| class  | TitleNodeWrapper of title node of CHART.JS. This is a wrapper of title node of Chart (of CHART.JS). |