Uses of Class
org.jungrapht.visualization.decorators.ParallelEdgeShapeFunction
-
Packages that use ParallelEdgeShapeFunction Package Description org.jungrapht.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. -
-
Uses of ParallelEdgeShapeFunction in org.jungrapht.visualization.decorators
Subclasses of ParallelEdgeShapeFunction in org.jungrapht.visualization.decorators Modifier and Type Class Description static class
EdgeShape.Box<V,E>
Deprecated.static class
EdgeShape.CubicCurve<V,E>
An edge shape that renders as a CubicCurve between vertex endpoints.static class
EdgeShape.Loop<V,E>
An edge shape that renders as a loop with its nadir at the center of the vertex.static class
EdgeShape.Orthogonal<V,E>
An edge shape that renders as a bent-line between the vertex endpoints.static class
EdgeShape.QuadCurve<V,E>
An edge shape that renders as a QuadCurve between vertex endpoints.
-