Package org.jungrapht.visualization.decorators
Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements.
-
Interface Summary Interface Description EdgeShape An interface for decorators that return aShape
for a specified edge.SettableShapeFunction<T> -
Class Summary Class Description AbstractEdgeShapeFunction<V,E> An interface for decorators that return aShape
for a specified edge.AbstractShapeFunction<T> ArticulatedEdgeShapeFunction<V,E> An abstract class for edge-to-Shape functions that work with passed articulation points.ArticulatedEdgeShapeFunctions functions to convert a list of layout coordinate system points into a unit shape from 0,0 to 1,0.EdgeShape.ArticulatedLine<V,E> EdgeShape.Box<V,E> Deprecated. EdgeShape.CubicCurve<V,E> An edge shape that renders as a CubicCurve between vertex endpoints.EdgeShape.Line<V,E> An edge shape that renders as a straight line between the vertex endpoints.EdgeShape.Loop<V,E> An edge shape that renders as a loop with its nadir at the center of the vertex.EdgeShape.Orthogonal<V,E> An edge shape that renders as a bent-line between the vertex endpoints.EdgeShape.QuadCurve<V,E> An edge shape that renders as a QuadCurve between vertex endpoints.EdgeShape.SimpleLoop<E> An edge shape that renders as a loop with its nadir at the center of the vertex.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.EllipseShapeFunction<T> ExpandXY A special case ofShape
that is used by theAbstractEdgeRenderer
to expand the unit edge shape in both the x and y axes instead of only in the x axis.IconShapeFunction<T> A default implementation that stores images in a Map keyed on the input T.ParallelEdgeShapeFunction<V,E> An abstract class for edge-to-Shape functions that work with parallel edges.PickableElementPaintFunction<E,P> Paints each edge according to theP
parameters given in the constructor, so that selected and non-selected edges can be made to look different.