Class Photo.Tag

All Implemented Interfaces:
HasCreatedTime, Serializable
Enclosing class:
Photo

public static class Photo.Tag extends NamedFacebookType implements HasCreatedTime
Represents the Tag Graph API type.
Since:
1.5
Author:
Mark Allen
See Also:
Serialized Form
  • Constructor Details

    • Tag

      public Tag()
  • Method Details

    • getX

      public Double getX()
      X coordinate (as a percentage of distance from left vs. width).
      Returns:
      X coordinate (as a percentage of distance from left vs. width).
    • setX

      public void setX(Double x)
      X coordinate (as a percentage of distance from left vs. width).
    • getY

      public Double getY()
      Y coordinate (as a percentage of distance from top vs. height).
      Returns:
      Y coordinate (as a percentage of distance from top vs. height).
    • setY

      public void setY(Double y)
      Y coordinate (as a percentage of distance from top vs. height).
    • getCreatedTime

      public Date getCreatedTime()
      Date this tag was created.
      Specified by:
      getCreatedTime in interface HasCreatedTime
      Returns:
      Date this tag was created.
    • setCreatedTime

      public void setCreatedTime(Date createdTime)
      Date this tag was created.