Class AbstractGraphTransitionJob<V extends VisualVertex,E extends VisualEdge<V>>

Type Parameters:
V - the vertex type
E - the edge type
All Implemented Interfaces:
GraphJob
Direct Known Subclasses:
RelayoutFunctionGraphJob

public abstract class AbstractGraphTransitionJob<V extends VisualVertex,E extends VisualEdge<V>> extends AbstractGraphVisibilityTransitionJob<V,E>
A job to transition vertices in a graph for location and visibility. The parent class handled the opacity callback. The progress of the job is used by this class to move vertices from the the start location to the final destination, where the progress is the percentage of the total move to display.