|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jickr.Photo.PhotoSize
public class Photo.PhotoSize
PhotoSize encapsulates information for a certain size of a photo. It's intended that many of these will be associated with a single instance of Photo.
Photo
Method Summary | |
---|---|
int |
getHeight()
Gets the height of the image associated with the PhotoSize. |
java.net.URL |
getPage()
Gets the URL of the Page for this PhotoSize at Flickr. |
Photo.Size |
getSize()
Gets the size of the Photo. |
java.net.URL |
getStaticURL()
Gets the static URL of the image for this PhotoSize. |
int |
getWidth()
Gets the width of the image associated with the PhotoSize. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Photo.Size getSize()
public int getWidth()
public int getHeight()
public java.net.URL getStaticURL()
public java.net.URL getPage()
Photo.getPhotoPage()
Photo.getPhotoPage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |