Uses of Class
org.pepstock.charba.client.options.Title
-
Packages that use Title Package Description org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of Title in org.pepstock.charba.client.events
Constructors in org.pepstock.charba.client.events with parameters of type Title Constructor Description TitleClickEvent(NativeAbstractMouseEvent nativeEvent, Title item)
Creates the event with title related to the clickTitleEnterEvent(NativeAbstractMouseEvent nativeEvent, Title item)
Creates the event with title related to the enterTitleLeaveEvent(NativeAbstractMouseEvent nativeEvent, Title item)
Creates the event with title related to the leave -
Uses of Title in org.pepstock.charba.client.options
Methods in org.pepstock.charba.client.options that return Title Modifier and Type Method Description Title
Options. getTitle()
Returns the title element.
-