| Package | Description |
|---|---|
| org.rjung.util | |
| org.rjung.util.gravatar |
| Modifier and Type | Method and Description |
|---|---|
String |
Gravatar.imageUrl(String email,
Default def,
Rating rating) |
String |
Gravatar.imageUrl(String email,
int size,
Default def,
Rating rating) |
String |
Gravatar.imageUrl(String email,
Rating rating) |
| Modifier and Type | Method and Description |
|---|---|
static Rating |
Rating.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rating[] |
Rating.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.