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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SOMController
createController
(SOMView view) Creates a controller that can be used by the parallel coordinates componentcreateModel
(com.macrofocus.molap.dataframe.DataFrame dataFrame) Creates a model that can be used by the parallel coordinates componentCreates a view that can be used by the parallel coordinates componentjavafx.scene.Node
Methods inherited from class com.macrofocus.high_d.som.AbstractSOM
getController, getModel, getView, load, setController, setLicenseKey, setModel, setView
-
Constructor Details
-
JavaFXSOM
-
-
Method Details
-
createModel
protected SOMModel<javafx.scene.paint.Color,Row, createModelColumn> (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
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
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()
-