Uses of Package
org.jungrapht.visualization.layout.util
-
Packages that use org.jungrapht.visualization.layout.util Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.org.jungrapht.visualization.layout.model Support for graph layout models mapping vertices to location pointsorg.jungrapht.visualization.layout.util Utilities for graph layout models and graph layout algorithmsorg.jungrapht.visualization.selection Visualization mechanisms for supporting the selection of graph elements.org.jungrapht.visualization.util Utilities for graph visualization. -
Classes in org.jungrapht.visualization.layout.util used by org.jungrapht.visualization.control Class Description EdgeAccessor Interface for coordinate-based selection of graph edges.VertexAccessor Interface for coordinate-based selection of graph vertices. -
Classes in org.jungrapht.visualization.layout.util used by org.jungrapht.visualization.layout.model Class Description Caching Interface to provide external controls to an implementing class that manages a cache.VisRunnable aRunnable
object to pass to theThread
that will perform the relax function on a graph layout -
Classes in org.jungrapht.visualization.layout.util used by org.jungrapht.visualization.layout.util Class Description RandomLocationTransformer.Origin VertexAccessor Interface for coordinate-based selection of graph vertices.VisRunnable aRunnable
object to pass to theThread
that will perform the relax function on a graph layout -
Classes in org.jungrapht.visualization.layout.util used by org.jungrapht.visualization.selection Class Description EdgeAccessor Interface for coordinate-based selection of graph edges.VertexAccessor Interface for coordinate-based selection of graph vertices. -
Classes in org.jungrapht.visualization.layout.util used by org.jungrapht.visualization.util Class Description EdgeAccessor Interface for coordinate-based selection of graph edges.RadiusVertexAccessor Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.VertexAccessor Interface for coordinate-based selection of graph vertices.