com.tumblr.jumblr.types
Class PhotoSize

java.lang.Object
  extended by com.tumblr.jumblr.types.PhotoSize

public class PhotoSize
extends Object

This class represents a photo at a given size

Author:
jc

Constructor Summary
PhotoSize()
           
 
Method Summary
 int getHeight()
          Get the height of this photo
 String getUrl()
          Get the URL of this photo at this size
 int getWidth()
          Get the width of this photo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhotoSize

public PhotoSize()
Method Detail

getUrl

public String getUrl()
Get the URL of this photo at this size

Returns:
the URL

getWidth

public int getWidth()
Get the width of this photo

Returns:
width

getHeight

public int getHeight()
Get the height of this photo

Returns:
height


Copyright © 2013. All Rights Reserved.