|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.canvas.interactor.AbstractInteractor
diva.canvas.interactor.DragInteractor
diva.graph.NodeDragInteractor
public class NodeDragInteractor
An interactor that drags nodes.
Red |
Field Summary | |
---|---|
private GraphController |
_controller
The graph controller that manages this interactor. |
Constructor Summary | |
---|---|
NodeDragInteractor(GraphController controller)
Create a new NodeDragInteractor and give it a pointer to its controller to it can find other useful objects |
Method Summary | |
---|---|
GraphController |
getController()
Return the controller set in the constructor. |
void |
translate(LayerEvent e,
double x,
double y)
Drag all selected nodes and move any attached edges |
Methods inherited from class diva.canvas.interactor.DragInteractor |
---|
addLayerListener, appendConstraint, constrainPoint, fireLayerEvent, getSelectiveEnabled, getTargetArray, getX, getY, mouseDragged, mousePressed, mouseReleased, prependConstraint, removeLayerListener, setSelectiveEnabled, setTargetArray, setup, targets |
Methods inherited from class diva.canvas.interactor.AbstractInteractor |
---|
accept, getMouseFilter, isConsuming, isEnabled, isMotionEnabled, mouseClicked, mouseEntered, mouseExited, mouseMoved, setConsuming, setEnabled, setMotionEnabled, setMouseFilter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private GraphController _controller
Constructor Detail |
---|
public NodeDragInteractor(GraphController controller)
Method Detail |
---|
public GraphController getController()
public void translate(LayerEvent e, double x, double y)
translate
in class DragInteractor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |