Class JavaFXBarChart<Row,Column>
java.lang.Object
com.macrofocus.high_d.barchart.AbstractBarChart<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
com.macrofocus.high_d.barchart.javafx.JavaFXBarChart<Row,Column>
- All Implemented Interfaces:
BarChart<javafx.scene.Node,
javafx.scene.paint.Color, Row, Column>
public class JavaFXBarChart<Row,Column>
extends AbstractBarChart<javafx.scene.Node,javafx.scene.paint.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<javafx.scene.paint.Color,
Row, Column> createModel
(com.macrofocus.molap.dataframe.DataFrame dataFrame) Creates a model that can be used by the parallel coordinates componentprotected BarChartView<javafx.scene.Node,
javafx.scene.paint.Color, Row, Column> Creates a view that can be used by the parallel coordinates componentjavafx.scene.Node
Methods inherited from class com.macrofocus.high_d.barchart.AbstractBarChart
getController, getModel, getView, load, setController, setLicenseKey, setModel, setView
-
Constructor Details
-
JavaFXBarChart
-
-
Method Details
-
createModel
protected BarChartModel<javafx.scene.paint.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<javafx.scene.Node,
javafx.scene.paint.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<javafx.scene.Node,
javafx.scene.paint.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<javafx.scene.Node,
javafx.scene.paint.Color, Row, Column> - Parameters:
view
- the view that should be controlled- Returns:
- a BarChartController instance
-
getNativeComponent
public javafx.scene.Node getNativeComponent()
-