net.arnx.wmf2svg.gdi
Class Size

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

public class Size
extends Object


Field Summary
 int height
           
 int width
           
 
Constructor Summary
Size(int width, int height)
           
 
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

width

public int width

height

public int height
Constructor Detail

Size

public Size(int width,
            int height)
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