Interface TethysUIPieChart
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>,TethysUIComponent
- All Known Implementing Classes:
TethysUICorePieChart
public interface TethysUIPieChart
extends OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>, TethysUIComponent
Pie Chart.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePieChart Data.static interfaceThe Section definition. -
Method Summary
Modifier and TypeMethodDescriptionvoidUpdate PieChart 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
-
updatePieChart
Update PieChart with data.- Parameters:
pData- the data
-