public final class ImageDetails
extends Object
Class containing the image details of a single version of an
Attachment
.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
ImageDetails
public ImageDetails(Attachment attachment,
int width,
int height,
String mimeType)
-
Method Details
-
getHeight
public int getHeight()
-
getWidth
public int getWidth()
-
-
-
-