scratch.danyel.sample
Class BetweenVis

java.lang.Object
  extended by 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

Constructor Summary
BetweenVis()
           
 
Method Summary
static void main(String[] args)
           
protected static void runFilter(Graph g, FadeBetweennessRenderer r, Layout v, NumericDecorationFilter f2, Filter ff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BetweenVis

public BetweenVis()
Method Detail

main

public static void main(String[] args)

runFilter

protected static void runFilter(Graph g,
                                FadeBetweennessRenderer r,
                                Layout v,
                                NumericDecorationFilter f2,
                                Filter ff)