Uses of Class
edu.uci.ics.jung.algorithms.layout.AggregateLayout
Packages that use AggregateLayout
Package
Description
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 AggregateLayoutModifier and TypeFieldDescription(package private) AggregateLayout<String, Number> SubLayoutDemo.clusteringLayoutMethods in edu.uci.ics.jung.samples with parameters of type AggregateLayoutModifier and TypeMethodDescriptionvoidClusteringDemo.clusterAndRecolor(AggregateLayout<Number, Number> layout, int numEdgesToRemove, Color[] colors, boolean groupClusters) private voidClusteringDemo.groupCluster(AggregateLayout<Number, Number> layout, Set<Number> vertices)