Uses of Class
org.pepstock.charba.client.items.ItemsEnvelop
-
Packages that use ItemsEnvelop Package Description 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.data Contains all elements to configure the datasets of a chart instance (know as chart data at instance level).org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of ItemsEnvelop in org.pepstock.charba.client.adapters
Constructors in org.pepstock.charba.client.adapters with parameters of type ItemsEnvelop Constructor Description DateAdapter(ItemsEnvelop<NativeObject> envelop, DateAdapterOptions options)
Creates a date adapter using the options passed as argument and the envelop whereScaleItem
is stored. -
Uses of ItemsEnvelop in org.pepstock.charba.client.data
Constructors in org.pepstock.charba.client.data with parameters of type ItemsEnvelop Constructor Description DataPoint(ItemsEnvelop<NativeObject> envelop)
Creates the object with a native object passed as argument by andBaseEnvelop
.
This is called by theDataItem
. -
Uses of ItemsEnvelop in org.pepstock.charba.client.events
Constructors in org.pepstock.charba.client.events with parameters of type ItemsEnvelop Constructor Description ChartEventContext(ItemsEnvelop<NativeObject> envelop)
Creates the object with envelop envelop with the native object instance to be wrapped.
-