Creating and installing the Symbol Unclutterer interactor

You can create the interactor and set it as the current interactor on the view using, for example:
IlvMagnifySymbolsInteractor magInteractor=new IlvMagnifySymbolsInteractor();
view.setInteractor(magInteractor);