| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.jira.avatar.AvatarManager.ImageSize | |
This enum is deprecated.
in JIRA 6.0 -- use Avatar.Size.
Represents the different sizes of avatars that can be requested!
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AvatarManager.ImageSize | LARGE | ||||||||||
| AvatarManager.ImageSize | MEDIUM | ||||||||||
| AvatarManager.ImageSize | NORMAL | ||||||||||
| AvatarManager.ImageSize | RETINA_XXLARGE | ||||||||||
| AvatarManager.ImageSize | RETINA_XXXLARGE | ||||||||||
| AvatarManager.ImageSize | SMALL | ||||||||||
| AvatarManager.ImageSize | XLARGE | ||||||||||
| AvatarManager.ImageSize | XXLARGE | ||||||||||
| AvatarManager.ImageSize | XXXLARGE | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an avatar image size matching the text provided.
| |||||||||||
In order to cater for future addition of larger sizes this method finds the largest image size.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Returns an avatar image size matching the text provided.
If none can be found, returns defaultSize().
| text | the images size. Will match "s", "small", "SMALL". Can also be an integer value (16, 24, etc.) |
|---|
In order to cater for future addition of larger sizes this method finds the largest image size.