Class SwingBarChart<Row,Column>
- java.lang.Object
-
- com.macrofocus.high_d.barchart.AbstractBarChart<javax.swing.JComponent,java.awt.Color,Row,Column>
-
- com.macrofocus.high_d.barchart.swing.SwingBarChart<Row,Column>
-
- All Implemented Interfaces:
BarChart<javax.swing.JComponent,java.awt.Color,Row,Column>
public class SwingBarChart<Row,Column> extends AbstractBarChart<javax.swing.JComponent,java.awt.Color,Row,Column>
-
-
Field Summary
-
Fields inherited from class com.macrofocus.high_d.barchart.AbstractBarChart
controller, licenseModel, view
-
-
Constructor Summary
Constructors Constructor Description SwingBarChart(BarChartModel<java.awt.Color,Row,Column> model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BarChartController
createController(BarChartView view)
Creates a controller that can be used by the parallel coordinates componentprotected BarChartModel<java.awt.Color,Row,Column>
createModel(com.macrofocus.molap.dataframe.DataFrame dataFrame)
Creates a model that can be used by the parallel coordinates componentprotected BarChartView<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.barchart.AbstractBarChart
getController, getModel, getView, load, setController, setLicenseKey, setModel, setView
-
-
-
-
Constructor Detail
-
SwingBarChart
public SwingBarChart(BarChartModel<java.awt.Color,Row,Column> model)
-
-
Method Detail
-
createModel
protected BarChartModel<java.awt.Color,Row,Column> createModel(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<javax.swing.JComponent,java.awt.Color,Row,Column>
- Parameters:
dataFrame
- a Swing TableModel- Returns:
- a BarChartModel instance
-
createView
protected BarChartView<javax.swing.JComponent,java.awt.Color,Row,Column> createView()
Description copied from class:AbstractBarChart
Creates a view that can be used by the parallel coordinates component- Specified by:
createView
in classAbstractBarChart<javax.swing.JComponent,java.awt.Color,Row,Column>
- Returns:
- a BarChartView instance
-
createController
protected BarChartController createController(BarChartView view)
Description copied from class:AbstractBarChart
Creates a controller that can be used by the parallel coordinates component- Specified by:
createController
in classAbstractBarChart<javax.swing.JComponent,java.awt.Color,Row,Column>
- Parameters:
view
- the view that should be controlled- Returns:
- a BarChartController instance
-
getNativeComponent
public javax.swing.JComponent getNativeComponent()
-
-