Klasse Photo.Tag

Alle implementierten Schnittstellen:
HasCreatedTime, Serializable
Umschließende Klasse:
Photo

public static class Photo.Tag extends NamedFacebookType implements HasCreatedTime
Represents the Tag Graph API type.
Seit:
1.5
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

    • Tag

      public Tag()
  • Methodendetails

    • getX

      public Double getX()
      X coordinate (as a percentage of distance from left vs. width).
      Gibt zurück:
      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).
      Gibt zurück:
      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.
      Angegeben von:
      getCreatedTime in Schnittstelle HasCreatedTime
      Gibt zurück:
      Date this tag was created.
    • setCreatedTime

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