cjrohrbach / BA-GT-Roassal

My bachelor thesis: creating a simple easy to use API to build graphs in GlamorousToolkit.
MIT License
2 stars 3 forks source link

Using normalization and a force based layout #10

Closed bergel closed 3 years ago

bergel commented 3 years ago
m := RSMondrian new.
m nodes: Collection withAllSubclasses.
m normalizeHeight: #numberOfMethods.
m normalizeWidth: #numberOfVariables.

m layout force.
m line 
    connectToAll: #dependentClasses.

m
image