Class D3TopoLayout<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.algorithms.layout.AbstractLayout<V,E>
-
- org.opennms.features.topology.app.internal.jung.D3TopoLayout<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,Point2D>
public class D3TopoLayout<V,E> extends edu.uci.ics.jung.algorithms.layout.AbstractLayout<V,E> implements edu.uci.ics.jung.algorithms.util.IterativeContext
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classD3TopoLayout.EdgeDataprotected static classD3TopoLayout.VertexData
-
Constructor Summary
Constructors Modifier Constructor Description protectedD3TopoLayout(edu.uci.ics.jung.graph.Graph<V,E> graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandone()intgetDefaultCharge()voidinitialize()voidreset()voidsetDefaultCharge(int m_charge)voidstep()
-
-
-
Method Detail
-
initialize
public void initialize()
-
reset
public void reset()
-
step
public void step()
- Specified by:
stepin interfaceedu.uci.ics.jung.algorithms.util.IterativeContext
-
done
public boolean done()
- Specified by:
donein interfaceedu.uci.ics.jung.algorithms.util.IterativeContext
-
getDefaultCharge
public int getDefaultCharge()
-
setDefaultCharge
public void setDefaultCharge(int m_charge)
-
-