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.clusteringLayout
Methods in edu.uci.ics.jung.samples with parameters of type AggregateLayoutModifier and TypeMethodDescriptionvoid
ClusteringDemo.clusterAndRecolor
(AggregateLayout<Number, Number> layout, int numEdgesToRemove, Color[] colors, boolean groupClusters) private void
ClusteringDemo.groupCluster
(AggregateLayout<Number, Number> layout, Set<Number> vertices)