Class SwingScatterPlotController<Row,​Column>

  • All Implemented Interfaces:
    ScatterPlotController<javax.swing.JComponent,​Row,​Column>

    public class SwingScatterPlotController<Row,​Column>
    extends java.lang.Object
    implements ScatterPlotController<javax.swing.JComponent,​Row,​Column>
    • Constructor Detail

      • SwingScatterPlotController

        public SwingScatterPlotController​(ScatterPlotView view)
    • Method Detail

      • setView

        public void setView​(ScatterPlotView<javax.swing.JComponent,​?,​java.awt.Font,​Row,​Column> view)
        Replace the view currently under control.
        Specified by:
        setView in interface ScatterPlotController<javax.swing.JComponent,​Row,​Column>
        Parameters:
        view - the ScatterPlotView to use
      • getViewport

        public java.awt.geom.Rectangle2D getViewport()
      • getWorld

        public java.awt.geom.Rectangle2D getWorld()