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 Object
implements ScatterPlotController<Component,Row,Column>
Created by luc on 15/06/16.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic enumInteraction mode. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncom.macrofocus.geom.Rectangle2Dcom.macrofocus.geom.Rectangle2DgetWorld()voidReplace the view currently under control.
-
Constructor Details
-
AbstractScatterPlotController
-
-
Method Details
-
setView
Description copied from interface:ScatterPlotControllerReplace the view currently under control.- Specified by:
setViewin interfaceScatterPlotController<Component,Row, Column> - Parameters:
view- the ScatterPlotView to use
-
getViewport
public com.macrofocus.geom.Rectangle2D getViewport() -
getWorld
public com.macrofocus.geom.Rectangle2D getWorld()
-