Class Dimensions
java.lang.Object
com.atlassian.confluence.pages.thumbnail.Dimensions
Deprecated.
The height and width of an image or thumbnail.
-
Constructor Summary
ConstructorsConstructorDescriptionDimensions
(int width, int height) Deprecated.Dimensions
(ImageDimensions imageDimensions) Deprecated. -
Method Summary
-
Constructor Details
-
Dimensions
public Dimensions(int width, int height) Deprecated. -
Dimensions
Deprecated.
-
-
Method Details
-
getImageDimensions
Deprecated. -
getWidth
public int getWidth()Deprecated. -
getHeight
public int getHeight()Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-
ImageDimensions
instead