Pixel

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.util. Pixel
#x :int
#y :int
#value :float
+Pixel(int initial_x, int initial_y, double initial_value)
+getX() :int
+getY() :int
+getValue() :double