Package com.macrofocus.high_d.som.javafx
Class JavaFXSOM<Row,Column>
- java.lang.Object
-
- com.macrofocus.high_d.som.AbstractSOM<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
-
- com.macrofocus.high_d.som.javafx.JavaFXSOM<Row,Column>
-
- All Implemented Interfaces:
SOM<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
public class JavaFXSOM<Row,Column> extends AbstractSOM<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
-
-
Field Summary
-
Fields inherited from class com.macrofocus.high_d.som.AbstractSOM
controller, licenseModel, view
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SOMController
createController(SOMView view)
Creates a controller that can be used by the parallel coordinates componentprotected SOMModel<javafx.scene.paint.Color,Row,Column>
createModel(com.macrofocus.molap.dataframe.DataFrame dataFrame)
Creates a model that can be used by the parallel coordinates componentprotected SOMView<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
createView()
Creates a view that can be used by the parallel coordinates componentjavafx.scene.Node
getNativeComponent()
-
Methods inherited from class com.macrofocus.high_d.som.AbstractSOM
getController, getModel, getView, load, setController, setLicenseKey, setModel, setView
-
-
-
-
Method Detail
-
createModel
protected SOMModel<javafx.scene.paint.Color,Row,Column> createModel(com.macrofocus.molap.dataframe.DataFrame dataFrame)
Description copied from class:AbstractSOM
Creates a model that can be used by the parallel coordinates component- Specified by:
createModel
in classAbstractSOM<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
- Parameters:
dataFrame
- a Swing TableModel- Returns:
- a SOMModel instance
-
createView
protected SOMView<javafx.scene.Node,javafx.scene.paint.Color,Row,Column> createView()
Description copied from class:AbstractSOM
Creates a view that can be used by the parallel coordinates component- Specified by:
createView
in classAbstractSOM<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
- Returns:
- a SOMView instance
-
createController
protected SOMController createController(SOMView view)
Description copied from class:AbstractSOM
Creates a controller that can be used by the parallel coordinates component- Specified by:
createController
in classAbstractSOM<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
- Parameters:
view
- the view that should be controlled- Returns:
- a SOMController instance
-
getNativeComponent
public javafx.scene.Node getNativeComponent()
-
-