Uses of Class
gdl.config.ConnectionTypeSet

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

Methods in gdl.base that return ConnectionTypeSet
 ConnectionTypeSet ParsingManager.getConnectionSet()
           
 ConnectionTypeSet GraphExplorerGui.getConnectionSet()
           
 

Methods in gdl.base with parameters of type ConnectionTypeSet
 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 ParsingManager.setConnectionSet(ConnectionTypeSet connectionSet)
           
 void GraphExplorerGui.setConnectionSet(ConnectionTypeSet connectionSet)
           
 

Constructors in gdl.base with parameters of type ConnectionTypeSet
ContentParser(ParsingManager pm, java.lang.Object sizeConfigSet, ConnectionTypeSet connectionSet, java.lang.String connectionTypeAttribute)