Uses of Class
de.bripkens.gravatar.Gravatar

Uses of Gravatar in de.bripkens.gravatar
 

Methods in de.bripkens.gravatar that return Gravatar
 Gravatar Gravatar.setCustomDefaultImage(String customDefaultImage)
          Set the default image which will be retrieved when there is no avatar for the given email, when the avatar can't be shown due to the rating or when you enforce the default avatar.
 Gravatar Gravatar.setCustomDefaultImage(String customDefaultImage, String encoding)
          Set the default image which will be retrieved when there is no avatar for the given email, when the avatar can't be shown due to the rating or when you enforce the default avatar.
 Gravatar Gravatar.setForceDefault(boolean forceDefault)
          Enforce usage of the default image by passing true.
 Gravatar Gravatar.setHttps(boolean https)
          Retrieve an avatar URL which allows retrieval over HTTPS.
 Gravatar Gravatar.setRating(Rating rating)
          Restrict the retrieved avatars to the ones appropriate for the audience.
 Gravatar Gravatar.setSize(int size)
          Set the desired size through the size property.
 Gravatar Gravatar.setStandardDefaultImage(DefaultImage standardDefaultImage)
          Set the default image which will be retrieved when there is no avatar for the given email, when the avatar can't be shown due to the rating or when you enforce the default avatar.
 



Copyright © 2011. All Rights Reserved.