Uses of Class
gdl.base.ParsingManager

Packages that use ParsingManager
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. 
gdl.config Classes used to parse the configuration part of an XML input source file, including representational storage objects (Configuration sets). 
 

Uses of ParsingManager in gdl.base
 

Constructors in gdl.base with parameters of type ParsingManager
ContentParser(ParsingManager pm, java.lang.Object sizeConfigSet, ConnectionTypeSet connectionSet, java.lang.String connectionTypeAttribute)
           
GraphExplorerCanvas(ParsingManager p, GraphExplorerGui gui, java.lang.Object curColorConfigSet, java.lang.Object curSizeConfigSet)
           
 

Uses of ParsingManager in gdl.config
 

Constructors in gdl.config with parameters of type ParsingManager
ConfigHandler(ParsingManager pm)
          Initialize the config handler with the Parsing manager.