Uses of Package
edu.uci.ics.jung.algorithms.layout
Packages that use edu.uci.ics.jung.algorithms.layout
Package
Description
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
Sample applications created using JUNG, largely focused on visualization.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Visualization mechanisms related to graph layout: caching, persistence,
event-emitting, etc.
Visualization mechanisms for supporting the selection of graph elements.
Visualization mechanisms relating to rendering.
Visualization mechanisms relating to grouping or hiding specified element sets.
Visualization mechanisms related to transformations, including lens effects.
Visualization mechanisms related to transformation of graph element shapes.
-
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.algorithms.layoutClassDescriptionAbstract class for implementations of
Layout
.Interface for coordinate-based selection of graph components.A generalized interface is a mechanism for returning (x,y) coordinates from vertices.Represents a point in polar coordinates: distance and angle from the origin.The SpringLayout package represents a visualization of a set of nodes. -
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.samplesClassDescriptionAbstract class for implementations of
Layout
.ALayout
implementation that combines multiple other layouts so that they may be manipulated as one layout.ALayout
implementation that assigns positions toTree
orForest
vertices using associations with nested circles ("balloons").ALayout
implementation that positions vertices equally spaced on a regular circle.Implements the Fruchterman-Reingold force-directed algorithm for node layout.A generalized interface is a mechanism for returning (x,y) coordinates from vertices.A radial layout for Tree or Forest graphs. -
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualizationClassDescriptionInterface for coordinate-based selection of graph components.A generalized interface is a mechanism for returning (x,y) coordinates from vertices.
-
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.layoutClassDescriptionA generalized interface is a mechanism for returning (x,y) coordinates from vertices.a pure decorator for the Layout interface.
-
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.pickingClassDescriptionInterface for coordinate-based selection of graph components.A generalized interface is a mechanism for returning (x,y) coordinates from vertices.Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.
-
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.renderersClassDescriptionA generalized interface is a mechanism for returning (x,y) coordinates from vertices.
-
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.spatialClassDescriptionA generalized interface is a mechanism for returning (x,y) coordinates from vertices.
-
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.subLayoutClassDescriptionA generalized interface is a mechanism for returning (x,y) coordinates from vertices.
-
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.transformClassDescriptionInterface for coordinate-based selection of graph components.
-
Classes in edu.uci.ics.jung.algorithms.layout used by edu.uci.ics.jung.visualization.transform.shapeClassDescriptionInterface for coordinate-based selection of graph components.