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 BarChartController
createController
(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:AbstractBarChart
Creates a model that can be used by the parallel coordinates component- Specified by:
createModel
in classAbstractBarChart<JComponent,
Color, Row, Column> - Parameters:
dataFrame
- a Swing TableModel- Returns:
- a BarChartModel instance
-
createView
Description copied from class:AbstractBarChart
Creates a view that can be used by the parallel coordinates component- Specified by:
createView
in classAbstractBarChart<JComponent,
Color, Row, Column> - Returns:
- a BarChartView instance
-
createController
Description copied from class:AbstractBarChart
Creates a controller that can be used by the parallel coordinates component- Specified by:
createController
in classAbstractBarChart<JComponent,
Color, Row, Column> - Parameters:
view
- the view that should be controlled- Returns:
- a BarChartController instance
-
getNativeComponent
-