com.atlassian.confluence.pages.thumbnail
Class Dimensions

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

Deprecated. since 5.3 Use ImageDimensions instead

@Deprecated
public final class Dimensions
extends Object

The height and width of an image or thumbnail.


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

Constructor Detail

Dimensions

public Dimensions(int width,
                  int height)
Deprecated. 

Dimensions

public Dimensions(ImageDimensions imageDimensions)
Deprecated. 
Method Detail

getImageDimensions

public ImageDimensions getImageDimensions()
Deprecated. 

getWidth

public int getWidth()
Deprecated. 

getHeight

public int getHeight()
Deprecated. 

equals

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

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2003–2015 Atlassian. All rights reserved.