Uses of Class
edu.uci.ics.jung.algorithms.layout.CircleLayout
Packages that use CircleLayout
Package
Description
Sample applications created using JUNG, largely focused on visualization.
-
Uses of CircleLayout in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples with type parameters of type CircleLayoutModifier and TypeFieldDescription(package private) Class
<CircleLayout> SubLayoutDemo.subLayoutType
Method parameters in edu.uci.ics.jung.samples with type arguments of type CircleLayoutModifier and TypeMethodDescriptionSubLayoutDemo.getLayoutFor
(Class<CircleLayout> layoutClass, Graph<String, Number> graph)