Package com.macrofocus.high_d.som.swing
Class SwingSOM<Row,Column>
- java.lang.Object
-
- com.macrofocus.high_d.som.AbstractSOM<javax.swing.JComponent,java.awt.Color,Row,Column>
-
- com.macrofocus.high_d.som.swing.SwingSOM<Row,Column>
-
- All Implemented Interfaces:
SOM<javax.swing.JComponent,java.awt.Color,Row,Column>
public class SwingSOM<Row,Column> extends AbstractSOM<javax.swing.JComponent,java.awt.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<java.awt.Color,Row,Column>
createModel(com.macrofocus.molap.dataframe.DataFrame dataFrame)
Creates a model that can be used by the parallel coordinates componentprotected SOMView<javax.swing.JComponent,java.awt.Color,Row,Column>
createView()
Creates a view that can be used by the parallel coordinates componentjavax.swing.JComponent
getNativeComponent()
-
Methods inherited from class com.macrofocus.high_d.som.AbstractSOM
getController, getModel, getView, load, setController, setLicenseKey, setModel, setView
-
-
-
-
Method Detail
-
createModel
protected SOMModel<java.awt.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<javax.swing.JComponent,java.awt.Color,Row,Column>
- Parameters:
dataFrame
- a Swing TableModel- Returns:
- a SOMModel instance
-
createView
protected SOMView<javax.swing.JComponent,java.awt.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<javax.swing.JComponent,java.awt.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<javax.swing.JComponent,java.awt.Color,Row,Column>
- Parameters:
view
- the view that should be controlled- Returns:
- a SOMController instance
-
getNativeComponent
public javax.swing.JComponent getNativeComponent()
-
-