de.cau.cs.kieler.klay.layered.p4nodes
Class LinearSegmentsNodePlacer.Region

java.lang.Object
  extended by 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 red

Constructor Summary
LinearSegmentsNodePlacer.Region()
          Constructor.
 
Method Summary
 List<LNode> getNodes()
           
 void union(LinearSegmentsNodePlacer.Region other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearSegmentsNodePlacer.Region

public LinearSegmentsNodePlacer.Region()
Constructor.

Method Detail

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