scratch.danyel.sample
Class BetweenVis
java.lang.Object
scratch.danyel.sample.BetweenVis
public class BetweenVis
- extends Object
Works off of a concept brought out by Mark Newman (Michigan).
Intent:
at each iteration, either INCREASES or DECREASES the
betweeness threshold
and then re-evaluates the betweenness for the graph
Thus, pulling the slider up and down
1) Changes the threshold
2) Refilters
... over, and over, and over...
- Author:
- danyelf
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BetweenVis
public BetweenVis()
main
public static void main(String[] args)
runFilter
protected static void runFilter(Graph g,
FadeBetweennessRenderer r,
Layout v,
NumericDecorationFilter f2,
Filter ff)