Uses of Class
org.jungrapht.visualization.decorators.EdgeShape.Loop
-
Packages that use EdgeShape.Loop Package Description org.jungrapht.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. -
-
Uses of EdgeShape.Loop in org.jungrapht.visualization.decorators
Fields in org.jungrapht.visualization.decorators declared as EdgeShape.Loop Modifier and Type Field Description static EdgeShape.Loop
EdgeShape. loop
A convenience instance for other edge shapes to use for self-loop edges where parallel instances will not overlay each other.
-