Uses of Class
edu.uci.ics.jung.visualization.decorators.AbstractEdgeShapeTransformer

Packages that use AbstractEdgeShapeTransformer
edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. 
 

Uses of AbstractEdgeShapeTransformer in edu.uci.ics.jung.visualization.decorators
 

Subclasses of AbstractEdgeShapeTransformer in edu.uci.ics.jung.visualization.decorators
static class EdgeShape.BentLine<V,E>
          An edge shape that renders as a bent-line between the vertex endpoints.
static class EdgeShape.Box<V,E>
          An edge shape that renders as a loop with its nadir at the center of the vertex.
static class EdgeShape.CubicCurve<V,E>
          An edge shape that renders as a CubicCurve between vertex endpoints.
static class EdgeShape.Line<V,E>
          An edge shape that renders as a straight line between the 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.
static class EdgeShape.SimpleLoop<V,E>
          An edge shape that renders as a loop with its nadir at the center of the vertex.
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.
 



Copyright © 2011. All Rights Reserved.