Class SwingScatterPlotController<Row,Column>
java.lang.Object
com.macrofocus.high_d.scatterplot.swing.SwingScatterPlotController<Row,Column>
- All Implemented Interfaces:
ScatterPlotController<JComponent,
Row, Column>
public class SwingScatterPlotController<Row,Column>
extends Object
implements ScatterPlotController<JComponent,Row,Column>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWorld()
void
setView
(ScatterPlotView<JComponent, ?, Font, Row, Column> view) Replace the view currently under control.
-
Constructor Details
-
SwingScatterPlotController
-
-
Method Details
-
setView
Replace the view currently under control.- Specified by:
setView
in interfaceScatterPlotController<JComponent,
Row, Column> - Parameters:
view
- the ScatterPlotView to use
-
getViewport
-
getWorld
-