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 Details

    • StateDrawConnection

      public StateDrawConnection()
  • Method Details

    • migrate

      public void migrate​(MindMap parent, Topic t, int x1, int y1, boolean complete)
      Description copied from class: IState
      Performs the migration of IState with the given parameters. May produce no result if not implemented.
      Overrides:
      migrate in class IState
    • migrate

      public void migrate​(MindMap parent, int x1, int y1, int x2, int y2, boolean complete)
      Description copied from class: IState
      Performs the migration of IState with the given parameters. May produce no result if not implemented.
      Overrides:
      migrate in class IState
    • migrate

      public void migrate​(MindMap parent, Topic t1, Topic t2)
      Description copied from class: IState
      Performs the migration of IState with the given parameters. May produce no result if not implemented.
      Overrides:
      migrate in class IState