Class AbstractScatterPlotController<Component,Row,Column>
java.lang.Object
com.macrofocus.high_d.scatterplot.AbstractScatterPlotController<Component,Row,Column>
- All Implemented Interfaces:
ScatterPlotController<Component,
Row, Column>
- Direct Known Subclasses:
JavaFXScatterPlotController
public abstract class AbstractScatterPlotController<Component,Row,Column>
extends Object
implements ScatterPlotController<Component,Row,Column>
Created by luc on 15/06/16.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
static enum
Interaction mode. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncom.macrofocus.geom.Rectangle2D
com.macrofocus.geom.Rectangle2D
getWorld()
void
Replace the view currently under control.
-
Constructor Details
-
AbstractScatterPlotController
-
-
Method Details
-
setView
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.geom.Rectangle2D getViewport() -
getWorld
public com.macrofocus.geom.Rectangle2D getWorld()
-