net.arnx.wmf2svg.gdi
Class Point

java.lang.Object
  extended by net.arnx.wmf2svg.gdi.Point

public class Point
extends Object


Field Summary
 int x
           
 int y
           
 
Constructor Summary
Point(int x, int y)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public int x

y

public int y
Constructor Detail

Point

public Point(int x,
             int y)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object