Class StateDrawConnection
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.StateDrawConnection
public class StateDrawConnection extends IState
-
Constructor Summary
Constructors Constructor Description StateDrawConnection()
-
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.void
migrate(MindMap parent, Topic t1, Topic t2)
Performs the migration ofIState
with the given parameters.
-
Constructor Details
-
StateDrawConnection
public StateDrawConnection()
-
-
Method Details
-
migrate
Description copied from class:IState
Performs the migration ofIState
with the given parameters. May produce no result if not implemented. -
migrate
Description copied from class:IState
Performs the migration ofIState
with the given parameters. May produce no result if not implemented. -
migrate
Description copied from class:IState
Performs the migration ofIState
with the given parameters. May produce no result if not implemented.
-