Class TestEiglspergerRunnable<V,E>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable<V,E>
-
- org.jungrapht.samples.sugiyama.test.algorithms.TestEiglspergerRunnable<V,E>
-
- Type Parameters:
V
- vertex typeE
- edge type
- All Implemented Interfaces:
Runnable
,LayeredRunnable<E>
public class TestEiglspergerRunnable<V,E> extends EiglspergerRunnable<V,E> implements Runnable
- See Also:
- "Methods for Visual Understanding Hierarchical System Structures. KOZO SUGIYAMA, MEMBER, IEEE, SHOJIRO TAGAWA, AND MITSUHIKO TODA, MEMBER, IEEE", "An E log E Line Crossing Algorithm for Levelled Graphs. Vance Waddle and Ashok Malhotra IBM Thomas J. Watson Research Center", "Simple and Efficient Bilayer Cross Counting. Wilhelm Barth, Petra Mutzel, Institut für Computergraphik und Algorithmen Technische Universität Wien, Michael Jünger, Institut für Informatik Universität zu Köln", "Fast and Simple Horizontal Coordinate Assignment, Ulrik Brandes and Boris Köpf, Department of Computer & Information Science, University of Konstanz", "An Efficient Implementation of Sugiyama's Algorithm for Layered Graph Drawing. Markus Eiglsperger, Martin Siebenhaller, Michael Kaufman"
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TestEiglspergerRunnable.Builder<V,E,T extends TestEiglspergerRunnable<V,E>,B extends TestEiglspergerRunnable.Builder<V,E,T,B>>
a Builder to create a configured instance
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
cancelled, edgePointMap, edgePredicate, graph, layering, layoutModel, maxLevelCross, minimizeEdgeLength, multiComponent, neighborCache, postStraighten, steps, stepsBackward, stepsForward, straightenEdges, svGraph, transpose, vertexMetadataMap, vertexPredicate, vertexShapeFunction
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TestEiglspergerRunnable(TestEiglspergerRunnable.Builder<V,E,?,?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <V,E>
TestEiglspergerRunnable.Builder<V,E,?,?>builder()
void
run()
-
Methods inherited from class org.jungrapht.visualization.layout.algorithms.eiglsperger.EiglspergerRunnable
cancel, copy, getEdgePointMap, restore, save
-
-
-
-
Constructor Detail
-
TestEiglspergerRunnable
protected TestEiglspergerRunnable(TestEiglspergerRunnable.Builder<V,E,?,?> builder)
-
-
Method Detail
-
builder
public static <V,E> TestEiglspergerRunnable.Builder<V,E,?,?> builder()
- Type Parameters:
V
- vertex typeE
- edge type- Returns:
- a Builder ready to configure
-
-