org.springframework.social.facebook.api
Class Photo.Image

java.lang.Object
  extended by org.springframework.social.facebook.api.Photo.Image
Enclosing class:
Photo

public static class Photo.Image
extends java.lang.Object


Constructor Summary
Photo.Image(java.lang.String source, int width, int height)
           
 
Method Summary
 int getHeight()
           
 java.lang.String getSource()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Photo.Image

public Photo.Image(java.lang.String source,
                   int width,
                   int height)
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

getSource

public java.lang.String getSource()