Home | History | Annotate | Download | only in util

Lines Matching refs:album

952   /** Represents a link to a Picasa photo or album. */
954 /** Pattern for an album or photo URL. */
961 private String album;
964 public Photo(String user, String album, String photo, String text) {
967 this.album = album;
972 public String getAlbum() { return album; }
978 /** Returns a Photo object if the given url is to a photo or album. */
1003 "?category=album&alt=rss";
1006 /** Returns the URL for an album. */
1007 public static String getAlbumURL(String user, String album) {
1008 return "http://picasaweb.google.com/" + user + "/" + album;
1012 public static String getPhotoURL(String user, String album, String photo) {
1013 return "http://picasaweb.google.com/" + user + "/" + album + "/photo#"
1018 /** Represents a link to a Flickr photo or album. */
1020 /** Pattern for a user album or photo URL. */
1031 private String photo; // null for user album