public class BasicController
extends java.lang.Object
Constructor and Description |
---|
BasicController(GraphicsPane pane)
Create a new controller for the given pane
|
Modifier and Type | Method and Description |
---|---|
DragInteractor |
getDragInteractor()
Get the drag interactor
|
SelectionDragger |
getSelectionDragger()
Get the selection interactor
|
SelectionInteractor |
getSelectionInteractor()
Get the selection interactor
|
SelectionRenderer |
getSelectionRenderer()
Get the selection renderer
|
void |
setSelectionManipulator(Manipulator manipulator)
Set the prototype selection manipulator.
|
void |
setSelectionRenderer(SelectionRenderer renderer)
Set the selection renderer.
|
public BasicController(GraphicsPane pane)
public DragInteractor getDragInteractor()
public SelectionDragger getSelectionDragger()
public SelectionRenderer getSelectionRenderer()
public SelectionInteractor getSelectionInteractor()
public void setSelectionManipulator(Manipulator manipulator)
public void setSelectionRenderer(SelectionRenderer renderer)