Uses of Class
gdl.config.SwitchConfigSet

Packages that use SwitchConfigSet
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 SwitchConfigSet in gdl.base
 

Methods in gdl.base with parameters of type SwitchConfigSet
 void LegendCanvas.drawLegend(SwitchConfigSet curColorConfigSet, ConnectionTypeSet connectionSet)
          cleans the legend canvas if necessary, and redraws the color explanations accoring to the new node colorConfigset and the connectionTypeSet
 void GraphExplorerGui.setCurColorAttributeConfigSet(SwitchConfigSet colorSet)
          set the current color config set
 void GraphExplorerCanvas.setCurColorConfigSet(SwitchConfigSet curSet)