Class ImageDetails
- java.lang.Object
-
- com.atlassian.confluence.pages.attachments.ImageDetails
-
public final class ImageDetails extends Object
Class containing the image details of a single version of anAttachment
.
-
-
Constructor Summary
Constructors Constructor Description ImageDetails(Attachment attachment, int width, int height, String mimeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Attachment
getAttachment()
int
getHeight()
String
getMimeType()
int
getWidth()
int
hashCode()
-
-
-
Constructor Detail
-
ImageDetails
public ImageDetails(Attachment attachment, int width, int height, String mimeType)
-
-
Method Detail
-
getHeight
public int getHeight()
-
getWidth
public int getWidth()
-
getMimeType
public String getMimeType()
-
getAttachment
public Attachment getAttachment()
-
-