public class PhotoSizeImpl extends Object implements PhotoSize
| Modifier and Type | Method and Description |
|---|---|
static PhotoSize |
createPhotoSize(org.json.JSONObject jsonObject) |
String |
getFileId()
Gets the Unique Identifier for this file
|
int |
getHeight()
Gets the height in pixels of the file
|
int |
getSize()
Gets the size of the file
|
int |
getWidth()
Gets the width in pixels of the file
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdownloadFile, getFileDownloadLinkpublic static PhotoSize createPhotoSize(org.json.JSONObject jsonObject)
public int getWidth()
getWidth in interface DimensionableFilepublic int getHeight()
getHeight in interface DimensionableFilepublic String getFileId()
Copyright © 2017. All rights reserved.