com.silverpeas.gallery.processing
Class Size

java.lang.Object
  extended by com.silverpeas.gallery.processing.Size

public class Size
extends Object

Author:
ehugonnet

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

getHeight

public int getHeight()

getWidth

public int getWidth()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2016 Silverpeas. All Rights Reserved.