com.atlassian.jira.issue.thumbnail
Class Dimensions

java.lang.Object
  extended by com.atlassian.jira.issue.thumbnail.Dimensions

public final class Dimensions
extends Object

The height and width of an image or thumbnail.

This code was taken originally from our friends in Confluence

Since:
v4.4

Constructor Summary
Dimensions(int width, int height)
           
 
Method Summary
 boolean equals(Object o)
           
 int getHeight()
           
 int getWidth()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.