net.sourceforge.plantuml.graph
Class LenghtLinkComparator

java.lang.Object
  extended by net.sourceforge.plantuml.graph.LenghtLinkComparator
All Implemented Interfaces:
Comparator<ALink>

public class LenghtLinkComparator
extends Object
implements Comparator<ALink>


Constructor Summary
LenghtLinkComparator(Map<ANode,Integer> cols)
           
 
Method Summary
 int compare(ALink link1, ALink link2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

LenghtLinkComparator

public LenghtLinkComparator(Map<ANode,Integer> cols)
Method Detail

compare

public int compare(ALink link1,
                   ALink link2)
Specified by:
compare in interface Comparator<ALink>


Copyright © 2013. All Rights Reserved.