Class SwingControlChart<Row,Column>
java.lang.Object
com.macrofocus.high_d.scatterplot.AbstractScatterPlot<JComponent,Color,Font,Row,Column>
com.macrofocus.high_d.scatterplot.swing.SwingScatterPlot<Row,Column>
com.macrofocus.high_d.controlchart.swing.SwingControlChart<Row,Column>
- All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<JComponent>,ControlChart<JComponent,,Color, Font, Row, Column> ScatterPlot<JComponent,Color, Font, Row, Column>
public class SwingControlChart<Row,Column>
extends SwingScatterPlot<Row,Column>
implements ControlChart<JComponent,Color,Font,Row,Column>
-
Field Summary
Fields inherited from class com.macrofocus.high_d.scatterplot.AbstractScatterPlot
controller, licenseModel, view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetModel()Returns the model used by the scatter plot component.voidSets the model to be used for the scatter plot component and register it to the view.Methods inherited from class com.macrofocus.high_d.scatterplot.swing.SwingScatterPlot
createController, createModel, createView, getNativeComponent, main, setStyleClass, setViewMethods inherited from class com.macrofocus.high_d.scatterplot.AbstractScatterPlot
getController, getView, load, setController, setLicenseKey, setModelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.macrofocus.high_d.controlchart.ControlChart
getController, getNativeComponent, getView, setController, setView
-
Constructor Details
-
SwingControlChart
-
-
Method Details
-
setModel
Description copied from interface:ControlChartSets the model to be used for the scatter plot component and register it to the view.- Specified by:
setModelin interfaceControlChart<JComponent,Color, Font, Row, Column> - Parameters:
model- the model to be used
-
getModel
Description copied from interface:ScatterPlotReturns the model used by the scatter plot component.- Specified by:
getModelin interfaceControlChart<JComponent,Color, Font, Row, Column> - Specified by:
getModelin interfaceScatterPlot<JComponent,Color, Font, Row, Column> - Overrides:
getModelin classAbstractScatterPlot<JComponent,Color, Font, Row, Column> - Returns:
- the model in use
-