ProGAL.dataStructures
Class SortToolLineSegment2dAroundCommonPoint

java.lang.Object
  extended by ProGAL.dataStructures.SortToolLineSegment2dAroundCommonPoint
All Implemented Interfaces:
SortTool

public class SortToolLineSegment2dAroundCommonPoint
extends java.lang.Object
implements SortTool


Field Summary
 
Fields inherited from interface ProGAL.dataStructures.SortTool
COMP_EQUAL, COMP_GRTR, COMP_LESS, err1
 
Constructor Summary
SortToolLineSegment2dAroundCommonPoint(Point p)
           
 
Method Summary
 int compare(java.lang.Object s1, java.lang.Object s2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortToolLineSegment2dAroundCommonPoint

public SortToolLineSegment2dAroundCommonPoint(Point p)
Method Detail

compare

public int compare(java.lang.Object s1,
                   java.lang.Object s2)
Specified by:
compare in interface SortTool