Class LayoutAlgorithm.NoOp<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm.NoOp<V>
-
- All Implemented Interfaces:
LayoutAlgorithm<V>
,AfterRunnable
- Enclosing interface:
- LayoutAlgorithm<V>
public static class LayoutAlgorithm.NoOp<V> extends Object implements LayoutAlgorithm<V>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm
LayoutAlgorithm.Builder<V,T extends LayoutAlgorithm<V>,B extends LayoutAlgorithm.Builder<V,T,B>>, LayoutAlgorithm.NoOp<V>
-
-
Constructor Summary
Constructors Constructor Description NoOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(LayoutModel<V> layoutModel)
visit the passed layoutModel and set its locations-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jungrapht.visualization.layout.algorithms.util.AfterRunnable
runAfter, setAfter
-
Methods inherited from interface org.jungrapht.visualization.layout.algorithms.LayoutAlgorithm
cancel, constrained
-
-
-
-
Method Detail
-
visit
public void visit(LayoutModel<V> layoutModel)
visit the passed layoutModel and set its locations- Specified by:
visit
in interfaceLayoutAlgorithm<V>
- Parameters:
layoutModel
- the mediator between the container for vertices (the Graph) and the mapping from Vertex to Point
-
-