Uses of Class
org.pepstock.charba.client.items.SizeItem
-
Packages that use SizeItem Package Description org.pepstock.charba.client.events Contains all events to interact with chart instance.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 SizeItem in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events that return SizeItem Modifier and Type Method Description SizeItem
ChartResizeEvent. getSize()
Returns item with the new size of the chartConstructors in org.pepstock.charba.client.events with parameters of type SizeItem Constructor Description ChartResizeEvent(ChartEventContext eventContext, SizeItem size)
Creates the event with a item with new size of the chart -
Uses of SizeItem in org.pepstock.charba.client.items
Subclasses of SizeItem in org.pepstock.charba.client.items Modifier and Type Class Description class
LegendHitBoxItem
This is a wrapper of the CHART.JS item which contains the legends hit box.Methods in org.pepstock.charba.client.items that return SizeItem Modifier and Type Method Description SizeItem
PluginResizeArgument. getSizeItem()
Returns the size item.
-