Interface TethysUIBarChart
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>,TethysUIComponent
- All Known Implementing Classes:
TethysUICoreBarChart
public interface TethysUIBarChart
extends OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>, TethysUIComponent
Bar Chart.
The EventProvider fires the following events.
- TethysUIEvent.PRESSED is fired when a bar is selected
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBarChart Data.static interfaceThe Data Section definition.static interfaceThe Series definition. -
Method Summary
Modifier and TypeMethodDescriptionvoidUpdate BarChart with data.Methods inherited from interface io.github.tonywasher.joceanus.oceanus.event.OceanusEventRegistrar.OceanusEventProvider
getEventRegistrarMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, getUnderlying, setBorderPadding, setBorderTitle, setEnabled, setPreferredHeight, setPreferredWidth, setVisible
-
Method Details
-
updateBarChart
Update BarChart with data.- Parameters:
pData- the data
-