skip to main content
Defense > Programmer's documentation > Programming with JViews Maps for Defense > Map Defense GUI interactors > Creating and installing the Symbol Unclutterer interactor
 
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);

Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.