|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Selection | |
|---|---|
| com.atlassian.jira.avatar | |
| Uses of Selection in com.atlassian.jira.avatar |
|---|
| Methods in com.atlassian.jira.avatar that return Selection | |
|---|---|
Selection |
AvatarManager.ImageSize.getOriginSelection()
Deprecated. |
Selection |
TemporaryAvatar.getSelection()
|
| Methods in com.atlassian.jira.avatar with parameters of type Selection | |
|---|---|
AvatarPickerHelperImpl.Result<Avatar> |
AvatarPickerHelperImpl.convertTemporaryToReal(String ownerId,
Avatar.Type type,
Selection selection)
|
AvatarPickerHelperImpl.Result<Avatar> |
AvatarPickerHelper.convertTemporaryToReal(String ownerId,
Avatar.Type type,
Selection selection)
Converts temporary avatar (uploaded) to real avatar |
Avatar |
AvatarManagerImpl.create(Avatar avatar,
InputStream imageData,
Selection croppingSelection)
|
Avatar |
AvatarManager.create(Avatar avatar,
InputStream image,
Selection selection)
Creates a database record for the given avatar and uses the content of the InputStream as the image. |
Avatar |
AvatarManagerImpl.create(String fileName,
String contentType,
ApplicationUser owner,
InputStream imageData,
Selection croppingSelection)
|
Avatar |
AvatarManager.create(String fileName,
String contentType,
ApplicationUser owner,
InputStream image,
Selection selection)
Creates a database record for the given avatar and uses the content of the InputStream as the image. |
Avatar |
AvatarManagerImpl.create(String fileName,
String contentType,
Project owner,
InputStream imageData,
Selection croppingSelection)
|
Avatar |
AvatarManager.create(String fileName,
String contentType,
Project owner,
InputStream image,
Selection selection)
Creates a database record for the given avatar and uses the content of the InputStream as the image. |
AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> |
AvatarPickerHelperImpl.cropTemporary(String ownerId,
Avatar.Type type,
Selection selection)
|
AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> |
AvatarPickerHelper.cropTemporary(String ownerId,
Avatar.Type type,
Selection selection)
Crops the temporary avatar (uploaded) using the given selection. |
RenderedImage |
ImageScaler.getSelectedImageData(BufferedImage sourceImage,
Selection crop,
int size)
Creates an image consisting of the given selection of the source image rescaled to a square with the given size. |
| Constructors in com.atlassian.jira.avatar with parameters of type Selection | |
|---|---|
AvatarPickerHelperImpl.TemporaryAvatarBean(String url,
Selection selection)
|
|
TemporaryAvatar(String contentType,
String temporaryContentType,
String originalFilename,
File file,
Selection selection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||