- 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 UiLineChartcreate()Class<UiLineChart>getType()
-
-
-
Method Detail
-
getType
public Class<UiLineChart> getType()
- Specified by:
getTypein interfaceUiSingleWidgetFactory<UiLineChart>- Specified by:
getTypein interfaceUiSingleWidgetFactoryNative<UiLineChart>- Returns:
- the
Classreflecting theUiNativeWidgetinterface.
-
create
public UiLineChart create()
Description copied from interface:UiSingleWidgetFactoryThis method creates a newUiWidgetinstance of the particularUiWidget-type managed by this factory.- Specified by:
createin interfaceUiSingleWidgetFactory<UiLineChart>- Specified by:
createin interfaceUiSingleWidgetFactoryNative<UiLineChart>- Returns:
- the new
UiWidget. - See Also:
UiWidgetFactoryNative.create(Class, boolean)
-
-