D F G H R S U V

D

de.bripkens.gravatar - package de.bripkens.gravatar
 
DEFAULT_RATING - Static variable in class de.bripkens.gravatar.Gravatar
 
DEFAULT_SIZE - Static variable in class de.bripkens.gravatar.Gravatar
 
DefaultImage - Enum in de.bripkens.gravatar
A default avatar can be received in case there is no avatar for an email address, when the avatar is not appropriate for the audience (due to the rating) or when you force default avatar retrieval.

F

FILE_TYPE_EXTENSION - Static variable in class de.bripkens.gravatar.Gravatar
 

G

getUrl(String) - Method in class de.bripkens.gravatar.Gravatar
Retrieve the gravatar URL for the given email.
Gravatar - Class in de.bripkens.gravatar
A utility class for the generation of Gravatar URLs.
Gravatar() - Constructor for class de.bripkens.gravatar.Gravatar
 

H

HTTPS_URL - Static variable in class de.bripkens.gravatar.Gravatar
 

R

Rating - Enum in de.bripkens.gravatar
Through ratings the retrieved avatars can be reduced to the ones appropriate for the targeted audience.

S

setCustomDefaultImage(String) - Method in class de.bripkens.gravatar.Gravatar
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.
setCustomDefaultImage(String, String) - Method in class de.bripkens.gravatar.Gravatar
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.
setForceDefault(boolean) - Method in class de.bripkens.gravatar.Gravatar
Enforce usage of the default image by passing true.
setHttps(boolean) - Method in class de.bripkens.gravatar.Gravatar
Retrieve an avatar URL which allows retrieval over HTTPS.
setRating(Rating) - Method in class de.bripkens.gravatar.Gravatar
Restrict the retrieved avatars to the ones appropriate for the audience.
setSize(int) - Method in class de.bripkens.gravatar.Gravatar
Set the desired size through the size property.
setStandardDefaultImage(DefaultImage) - Method in class de.bripkens.gravatar.Gravatar
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.

U

URL - Static variable in class de.bripkens.gravatar.Gravatar
 

V

valueOf(String) - Static method in enum de.bripkens.gravatar.DefaultImage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.bripkens.gravatar.Rating
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.bripkens.gravatar.DefaultImage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.bripkens.gravatar.Rating
Returns an array containing the constants of this enum type, in the order they are declared.

D F G H R S U V

Copyright © 2011. All Rights Reserved.