j2d.blobDetection
Class EdgeVertex

java.lang.Object
  extended by j2d.blobDetection.EdgeVertex

public class EdgeVertex
extends java.lang.Object


Field Summary
 float x
           
 float y
           
 
Constructor Summary
EdgeVertex(float x, float y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y
Constructor Detail

EdgeVertex

public EdgeVertex(float x,
                  float y)