Uses of Class
gdl.config.ConfigHandler

Packages that use ConfigHandler
gdl.base This package contains the GraphExplorer base classes, including the gui and the canvas, as well as the classes for node weight calculation and space allocation on the graph. 
 

Uses of ConfigHandler in gdl.base
 

Methods in gdl.base that return ConfigHandler
 ConfigHandler ParsingManager.getConfigHandler()
           
 

Methods in gdl.base with parameters of type ConfigHandler
 void ParsingManager.setConfigHandler(ConfigHandler configHandler)