Uses of Class
org.jungrapht.visualization.decorators.AbstractEdgeShapeFunction
-
Packages that use AbstractEdgeShapeFunction Package Description org.jungrapht.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. -
-
Uses of AbstractEdgeShapeFunction in org.jungrapht.visualization.decorators
Subclasses of AbstractEdgeShapeFunction in org.jungrapht.visualization.decorators Modifier and Type Class Description static class
EdgeShape.Wedge<V,E>
An edge shape that renders as an isosceles triangle whose apex is at the destination vertex for directed edges, and as a "bowtie" shape for undirected edges.
-