com.atlassian.confluence.pages.attachments
Class ImageDetails
java.lang.Object
com.atlassian.confluence.pages.attachments.ImageDetails
public final class ImageDetails
- extends java.lang.Object
Class containing the image details of a single version of an Attachment
.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ImageDetails
public ImageDetails(Attachment attachment,
int width,
int height,
java.lang.String mimeType)
getHeight
public int getHeight()
getWidth
public int getWidth()
getMimeType
public java.lang.String getMimeType()
getAttachment
public Attachment getAttachment()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2003-2010 Atlassian. All Rights Reserved.