Class TopologyLayout<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.algorithms.layout.AbstractLayout<V,E>
-
- edu.uci.ics.jung.algorithms.layout.SpringLayout<V,E>
-
- edu.uci.ics.jung.algorithms.layout.DAGLayout<V,E>
-
- org.processmining.plugins.stochasticpetrinet.simulator.TopologyLayout<V,E>
-
- All Implemented Interfaces:
edu.uci.ics.jung.algorithms.layout.Layout<V,E>,edu.uci.ics.jung.algorithms.util.IterativeContext,org.apache.commons.collections15.Transformer<V,java.awt.geom.Point2D>
public class TopologyLayout<V,E> extends edu.uci.ics.jung.algorithms.layout.DAGLayout<V,E>
-
-
Constructor Summary
Constructors Constructor Description TopologyLayout(edu.uci.ics.jung.graph.Graph<V,E> g)
-
Method Summary
-
Methods inherited from class edu.uci.ics.jung.algorithms.layout.DAGLayout
done, initialize, moveNodes, propagateMinimumLevel, relaxEdges, setLocation, setLocation, setRoot, setRoot, setSize
-
Methods inherited from class edu.uci.ics.jung.algorithms.layout.SpringLayout
calculateRepulsion, getForceMultiplier, getRepulsionRange, getStretch, isIncremental, reset, setForceMultiplier, setRepulsionRange, setStretch, step
-
-