Uses of Interface
tech.tablesaw.plotly.event.EventHandler
-
Packages that use EventHandler Package Description tech.tablesaw.plotly.components tech.tablesaw.plotly.event -
-
Uses of EventHandler in tech.tablesaw.plotly.components
Methods in tech.tablesaw.plotly.components that return EventHandler Modifier and Type Method Description EventHandler[]
Figure. getEventHandlers()
Methods in tech.tablesaw.plotly.components with parameters of type EventHandler Modifier and Type Method Description Figure.FigureBuilder
Figure.FigureBuilder. addEventHandlers(EventHandler... handlers)
void
Figure. setEventHandlers(EventHandler... handlers)
-
Uses of EventHandler in tech.tablesaw.plotly.event
Classes in tech.tablesaw.plotly.event that implement EventHandler Modifier and Type Class Description class
HoverEventHandler
-