Uses of Package
edu.uci.ics.jung.visualization.decorators
Packages that use edu.uci.ics.jung.visualization.decorators
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
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.samplesClassDescriptionReturns the constructor-specified value for each edge type.Creates
GradientPaint
instances which can be used to paint anEdge
.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
-
Classes in edu.uci.ics.jung.visualization.decorators used by edu.uci.ics.jung.visualization.decoratorsClassDescriptionAn edge shape that renders as a diamond with its nadir at the center of the vertex.An edge shape that renders as a straight line between the vertex endpoints.An edge shape that renders as a loop with its nadir at the center of the vertex.An edge shape that renders as a bent-line between the vertex endpoints.An edge shape that renders as a QuadCurve between vertex endpoints.An edge shape that renders as a loop with its nadir at the center of the vertex.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.An abstract class for edge-to-Shape functions that work with parallel edges.