Uses of Class
gdl.base.ContentNode

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

Methods in gdl.base that return ContentNode
 ContentNode ContentNode.getTemporaryFather()
           
 

Methods in gdl.base with parameters of type ContentNode
 void ContentNode.addTemporaryChild(ContentNode c)
           
 void ContentNode.setTemporaryFather(ContentNode c)