Uses of Package
org.jungrapht.visualization.decorators
-
Packages that use org.jungrapht.visualization.decorators Package Description org.jungrapht.samples Sample applications created using JUNGRAPHT Current features demonstrated in the samples include: visualization of changing graphs visualization animation layouts: BalloonLayout, TreeLayout, RadialTreeLayout, MinCross, TidierTree, GEM, and others clustering, shortest path, minimum spanning tree sublayouts label variations: orientation, position customization of color, shape, stroke on-the-fly visualization filtering graph editor node 'collapsing' multiple models, multiple views with the same model nodes as Icons magnifying lens overlay satellite vieworg.jungrapht.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. -
Classes in org.jungrapht.visualization.decorators used by org.jungrapht.samples Class Description IconShapeFunction A default implementation that stores images in a Map keyed on the input T. -
Classes in org.jungrapht.visualization.decorators used by org.jungrapht.visualization.decorators Class Description AbstractEdgeShapeFunction An interface for decorators that return aShape
for a specified edge.AbstractShapeFunction ArticulatedEdgeShapeFunction An abstract class for edge-to-Shape functions that work with passed articulation points.EdgeShape.ArticulatedLine EdgeShape.CubicCurve An edge shape that renders as a CubicCurve between vertex endpoints.EdgeShape.Line An edge shape that renders as a straight line between the vertex endpoints.EdgeShape.Loop An edge shape that renders as a loop with its nadir at the center of the vertex.EdgeShape.Orthogonal An edge shape that renders as a bent-line between the vertex endpoints.EdgeShape.QuadCurve An edge shape that renders as a QuadCurve between vertex endpoints.EdgeShape.Wedge 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.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.ParallelEdgeShapeFunction An abstract class for edge-to-Shape functions that work with parallel edges.SettableShapeFunction