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 UiBarChartVertical
create()
Class<UiBarChartVertical>
getType()
-
-
-
Method Detail
-
getType
public Class<UiBarChartVertical> getType()
- Specified by:
getType
in interfaceUiSingleWidgetFactory<UiBarChartVertical>
- Specified by:
getType
in interfaceUiSingleWidgetFactoryNative<UiBarChartVertical>
- Returns:
- the
Class
reflecting theUiNativeWidget
interface.
-
create
public UiBarChartVertical create()
Description copied from interface:UiSingleWidgetFactory
This method creates a newUiWidget
instance of the particularUiWidget
-type managed by this factory.- Specified by:
create
in interfaceUiSingleWidgetFactory<UiBarChartVertical>
- Specified by:
create
in interfaceUiSingleWidgetFactoryNative<UiBarChartVertical>
- Returns:
- the new
UiWidget
. - See Also:
UiWidgetFactoryNative.create(Class, boolean)
-
-