de.lessvoid.nifty
Class Size

java.lang.Object
  extended by de.lessvoid.nifty.Size

public class Size
extends Object


Constructor Summary
Size()
           
Size(int width, int height)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getHeight()
           
 int getWidth()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Size

public Size()

Size

public Size(int width,
            int height)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2012. All Rights Reserved.