Class Dimensions
- java.lang.Object
-
- com.atlassian.confluence.pages.thumbnail.Dimensions
-
@Immutable @Deprecated public final class Dimensions extends Object
Deprecated.since 5.3 UseImageDimensions
insteadThe height and width of an image or thumbnail.
-
-
Constructor Summary
Constructors Constructor Description Dimensions(int width, int height)
Deprecated.Dimensions(ImageDimensions imageDimensions)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object o)
Deprecated.int
getHeight()
Deprecated.ImageDimensions
getImageDimensions()
Deprecated.int
getWidth()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.
-
-
-
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.
-
-