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
Fields in edu.uci.ics.jung.samples declared as AggregateLayout Modifier and Type Field Description (package private) AggregateLayout<java.lang.String,java.lang.Number>
SubLayoutDemo. clusteringLayout
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)
private void
ClusteringDemo. groupCluster(AggregateLayout<java.lang.Number,java.lang.Number> layout, java.util.Set<java.lang.Number> vertices)
-