gui
Class Pixel

java.lang.Object
  |
  +--gui.Pixel
All Implemented Interfaces:
Comparable

public class Pixel
extends java.lang.Object
implements Comparable


Method Summary
 double distance(Pixel p1)
           
 boolean equals(java.lang.Object p)
           
 boolean isGreater(java.lang.Object p)
           
 boolean isLess(java.lang.Object p)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gui.Comparable
hashCode
 

Method Detail

distance

public double distance(Pixel p1)

equals

public boolean equals(java.lang.Object p)
Specified by:
equals in interface Comparable
Overrides:
equals in class java.lang.Object

isGreater

public boolean isGreater(java.lang.Object p)
Specified by:
isGreater in interface Comparable

isLess

public boolean isLess(java.lang.Object p)
Specified by:
isLess in interface Comparable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object