Uses of Class
edu.uci.ics.jung.algorithms.layout.AggregateLayout
-
Packages that use AggregateLayout Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization. -
-
Uses of AggregateLayout in edu.uci.ics.jung.samples
Methods in edu.uci.ics.jung.samples with parameters of type AggregateLayout Modifier and Type Method Description void
ClusteringDemo. clusterAndRecolor(AggregateLayout<java.lang.Number,java.lang.Number> layout, int numEdgesToRemove, java.awt.Color[] colors, boolean groupClusters)
-