Uses of Package
edu.uci.ics.jung.visualization.decorators
-
Packages that use edu.uci.ics.jung.visualization.decorators Package Description edu.uci.ics.jung.samples Sample applications created using JUNG, largely focused on visualization.edu.uci.ics.jung.visualization.decorators Mechanisms for associating data (shapes, colors, values, strings, etc.) with graph elements. -
Classes in edu.uci.ics.jung.visualization.decorators used by edu.uci.ics.jung.samples Class Description GradientEdgePaintTransformer CreatesGradientPaint
instances which can be used to paint anEdge
.VertexIconShapeTransformer A default implementation that stores images in a Map keyed on the vertex. -
Classes in edu.uci.ics.jung.visualization.decorators used by edu.uci.ics.jung.visualization.decorators Class Description AbstractVertexShapeTransformer EdgeShape.Box An edge shape that renders as a diamond with its nadir at the center of the vertex.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.SimpleLoop An edge shape that renders as a loop with its nadir at the center of the vertex.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.ParallelEdgeShapeTransformer An abstract class for edge-to-Shape functions that work with parallel edges.SettableVertexShapeTransformer