Module io.github.mmm.ui.fx.chart
Class FxFactoryBarChartVertical
- java.lang.Object
-
- io.github.mmm.ui.fx.factory.chart.FxFactoryBarChartVertical
-
- All Implemented Interfaces:
UiSingleWidgetFactory<UiBarChartVertical>,UiSingleWidgetFactoryNative<UiBarChartVertical>
public class FxFactoryBarChartVertical extends Object implements UiSingleWidgetFactoryNative<UiBarChartVertical>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description FxFactoryBarChartVertical()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiBarChartVerticalcreate()Class<UiBarChartVertical>getType()
-
-
-
Method Detail
-
getType
public Class<UiBarChartVertical> getType()
- Specified by:
getTypein interfaceUiSingleWidgetFactory<UiBarChartVertical>- Specified by:
getTypein interfaceUiSingleWidgetFactoryNative<UiBarChartVertical>- Returns:
- the
Classreflecting theUiNativeWidgetinterface.
-
create
public UiBarChartVertical create()
Description copied from interface:UiSingleWidgetFactoryThis method creates a newUiWidgetinstance of the particularUiWidget-type managed by this factory.- Specified by:
createin interfaceUiSingleWidgetFactory<UiBarChartVertical>- Specified by:
createin interfaceUiSingleWidgetFactoryNative<UiBarChartVertical>- Returns:
- the new
UiWidget. - See Also:
UiWidgetFactoryNative.create(Class, boolean)
-
-