Class AbstractScatterPlotController<Component,Row,Column>
- java.lang.Object
-
- com.macrofocus.high_d.scatterplot.AbstractScatterPlotController<Component,Row,Column>
-
- All Implemented Interfaces:
ScatterPlotController<Component,Row,Column>
public abstract class AbstractScatterPlotController<Component,Row,Column> extends java.lang.Object implements ScatterPlotController<Component,Row,Column>
Created by luc on 15/06/16.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
AbstractScatterPlotController.DefaultMouseListener
static class
AbstractScatterPlotController.Mode
Interaction mode.
-
Constructor Summary
Constructors Constructor Description AbstractScatterPlotController(ScatterPlotView<Component,?,java.awt.Font,Row,Column> view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.macrofocus.igraphics.Rectangle2D
getViewport()
com.macrofocus.igraphics.Rectangle2D
getWorld()
void
setView(ScatterPlotView<Component,?,java.awt.Font,Row,Column> view)
Replace the view currently under control.
-
-
-
Constructor Detail
-
AbstractScatterPlotController
public AbstractScatterPlotController(ScatterPlotView<Component,?,java.awt.Font,Row,Column> view)
-
-
Method Detail
-
setView
public void setView(ScatterPlotView<Component,?,java.awt.Font,Row,Column> view)
Description copied from interface:ScatterPlotController
Replace the view currently under control.- Specified by:
setView
in interfaceScatterPlotController<Component,Row,Column>
- Parameters:
view
- the ScatterPlotView to use
-
getViewport
public com.macrofocus.igraphics.Rectangle2D getViewport()
-
getWorld
public com.macrofocus.igraphics.Rectangle2D getWorld()
-
-