- java.lang.Object
-
- io.github.mmm.ui.fx.factory.chart.FxFactoryLineChart
-
- All Implemented Interfaces:
UiSingleWidgetFactory<UiLineChart>
,UiSingleWidgetFactoryNative<UiLineChart>
public class FxFactoryLineChart extends Object implements UiSingleWidgetFactoryNative<UiLineChart>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description FxFactoryLineChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiLineChart
create()
Class<UiLineChart>
getType()
-
-
-
Method Detail
-
getType
public Class<UiLineChart> getType()
- Specified by:
getType
in interfaceUiSingleWidgetFactory<UiLineChart>
- Specified by:
getType
in interfaceUiSingleWidgetFactoryNative<UiLineChart>
- Returns:
- the
Class
reflecting theUiNativeWidget
interface.
-
create
public UiLineChart 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<UiLineChart>
- Specified by:
create
in interfaceUiSingleWidgetFactoryNative<UiLineChart>
- Returns:
- the new
UiWidget
. - See Also:
UiWidgetFactoryNative.create(Class, boolean)
-
-