Class SwingBarChart<Row,Column>
java.lang.Object
com.macrofocus.high_d.barchart.AbstractBarChart<JComponent,Color,Row,Column>
com.macrofocus.high_d.barchart.swing.SwingBarChart<Row,Column>
- All Implemented Interfaces:
BarChart<JComponent,Color, Row, Column>
-
Field Summary
Fields inherited from class com.macrofocus.high_d.barchart.AbstractBarChart
controller, licenseModel, view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BarChartControllercreateController(BarChartView view) Creates a controller that can be used by the parallel coordinates componentprotected BarChartModel<Color, Row, Column> createModel(com.macrofocus.molap.dataframe.DataFrame dataFrame) Creates a model that can be used by the parallel coordinates componentprotected BarChartView<JComponent, Color, Row, Column> Creates a view that can be used by the parallel coordinates componentMethods inherited from class com.macrofocus.high_d.barchart.AbstractBarChart
getController, getModel, getView, load, setController, setLicenseKey, setModel, setView
-
Constructor Details
-
SwingBarChart
-
-
Method Details
-
createModel
protected BarChartModel<Color,Row, createModelColumn> (com.macrofocus.molap.dataframe.DataFrame dataFrame) Description copied from class:AbstractBarChartCreates a model that can be used by the parallel coordinates component- Specified by:
createModelin classAbstractBarChart<JComponent,Color, Row, Column> - Parameters:
dataFrame- a Swing TableModel- Returns:
- a BarChartModel instance
-
createView
Description copied from class:AbstractBarChartCreates a view that can be used by the parallel coordinates component- Specified by:
createViewin classAbstractBarChart<JComponent,Color, Row, Column> - Returns:
- a BarChartView instance
-
createController
Description copied from class:AbstractBarChartCreates a controller that can be used by the parallel coordinates component- Specified by:
createControllerin classAbstractBarChart<JComponent,Color, Row, Column> - Parameters:
view- the view that should be controlled- Returns:
- a BarChartController instance
-
getNativeComponent
-