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