Uses of Class
edu.uci.ics.jung.visualization.decorators.ParallelEdgeShapeTransformer
Packages that use ParallelEdgeShapeTransformer
Package
Description
Mechanisms for associating data (shapes, colors, values, strings, etc.) with
graph elements.
-
Uses of ParallelEdgeShapeTransformer in edu.uci.ics.jung.visualization.decorators
Subclasses of ParallelEdgeShapeTransformer in edu.uci.ics.jung.visualization.decoratorsModifier and TypeClassDescriptionclass
An edge shape that renders as a bent-line between the vertex endpoints.class
An edge shape that renders as a diamond with its nadir at the center of the vertex.class
An edge shape that renders as a CubicCurve between vertex endpoints.class
An edge shape that renders as a loop with its nadir at the center of the vertex.class
An edge shape that renders as a bent-line between the vertex endpoints.class
An edge shape that renders as a QuadCurve between vertex endpoints.class
An edge shape that renders as a loop with its nadir at the center of the vertex.class
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.