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 booleanequals(Object o)AttachmentgetAttachment()intgetHeight()StringgetMimeType()intgetWidth()inthashCode()
-
-
-
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()
-
-