com.restfb.types
Class Photo.Tag
java.lang.Object
com.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.Photo.Tag
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Photo
public static class Photo.Tag
- extends NamedFacebookType
Represents the Tag Graph
API type.
- Since:
- 1.5
- Author:
- Mark Allen
- See Also:
- Serialized Form
Method Summary |
Date |
getCreatedTime()
Date this tag was created. |
Integer |
getX()
X coordinate (as a percentage of distance from left vs. |
Integer |
getY()
Y coordinate (as a percentage of distance from top vs. |
Photo.Tag
public Photo.Tag()
getX
public Integer getX()
- X coordinate (as a percentage of distance from left vs. width).
- Returns:
- X coordinate (as a percentage of distance from left vs. width).
getY
public Integer getY()
- Y coordinate (as a percentage of distance from top vs. height).
- Returns:
- Y coordinate (as a percentage of distance from top vs. height).
getCreatedTime
public Date getCreatedTime()
- Date this tag was created.
- Returns:
- Date this tag was created.
RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.