com.hp.hpl.guess.layout
Class SGBin

java.lang.Object
  extended bycom.hp.hpl.guess.layout.SGBin
All Implemented Interfaces:
Comparable

public class SGBin
extends Object
implements Comparable

Author:
Hacked by Eytan Adar for Guess

Method Summary
 Point2D calcCentroid()
           
 int compareTo(Object o)
          reverses the order because we want largest to smallest on the iterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

calcCentroid

public Point2D calcCentroid()

compareTo

public int compareTo(Object o)
reverses the order because we want largest to smallest on the iterator

Specified by:
compareTo in interface Comparable