Package org.jungrapht.visualization.layout.util
Utilities for graph layout models and graph layout algorithms
There are no java.awt imports in this package and its sub packages
-
Interface Summary Interface Description Caching Interface to provide external controls to an implementing class that manages a cache.EdgeAccessor<V,E> Interface for coordinate-based selection of graph edges.VertexAccessor<V> Interface for coordinate-based selection of graph vertices. -
Class Summary Class Description PropertyLoader RadiusVertexAccessor<V> Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.RandomLocationTransformer<V> Provides a random vertex location within the bounds of the width and height.VisRunnable aRunnable
object to pass to theThread
that will perform the relax function on a graph layout -
Enum Summary Enum Description RandomLocationTransformer.Origin