public class StateAddTopic
extends IState
- 
 
- 
Method Summary
| Modifier and Type | 
Method | 
Description | 
void | 
migrate(MindMap parent,
int x1,
int y1) | 
Performs the migration of  IState with the given parameters.  
 | 
 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
StateAddTopic
public StateAddTopic()
 
 
- 
Method Details
- 
migrate
public void migrate(
MindMap parent,
int x1,
int y1) 
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