de.cau.cs.kieler.klay.layered.p4nodes
Class LinearSegmentsNodePlacer.Region
java.lang.Object
de.cau.cs.kieler.klay.layered.p4nodes.LinearSegmentsNodePlacer.Region
- Enclosing class:
- LinearSegmentsNodePlacer
public class LinearSegmentsNodePlacer.Region
- extends Object
A Region contains Nodes or LinearSegments, that are touching and therefor need to be moved as
a unit.
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinearSegmentsNodePlacer.Region
public LinearSegmentsNodePlacer.Region()
- Constructor.
getNodes
public List<LNode> getNodes()
- Returns:
- list of nodes contained in the region
union
public void union(LinearSegmentsNodePlacer.Region other)
- Parameters:
other
- the other region to be unified