com.atlassian.confluence.pages.thumbnail
Class Dimensions

java.lang.Object
  extended by com.atlassian.confluence.pages.thumbnail.Dimensions

public final class Dimensions
extends java.lang.Object

The height and width of an image or thumbnail.


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

Constructor Detail

Dimensions

public Dimensions(int width,
                  int height)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2010 Atlassian. All Rights Reserved.