Class StateMoveTopic
java.lang.Object
rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager.IState
rs.edu.raf.dsw.rudok.app.gui.swing.mindmappanel.statemanager.states.StateMoveTopic
public class StateMoveTopic extends IState
State for moving topics (if any selected) or translating the view (if no topic selected.)
-
Constructor Summary
Constructors Constructor Description StateMoveTopic()
-
Method Summary
Modifier and Type Method Description void
migrate(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)
Performs the migration ofIState
with the given parameters.void
migrate(MindMap parent, Topic t, int x1, int y1, boolean complete)
Performs the migration ofIState
with the given parameters.
-
Constructor Details
-
StateMoveTopic
public StateMoveTopic()
-
-
Method Details