Package | Description |
---|---|
com.atlassian.jira.avatar | |
com.atlassian.jira.rest.v2.avatar |
Modifier and Type | Method and Description |
---|---|
Selection |
AvatarManager.ImageSize.getOriginSelection()
Deprecated.
|
Selection |
TemporaryAvatar.getSelection() |
Modifier and Type | Method and Description |
---|---|
AvatarPickerHelperImpl.Result<Avatar> |
AvatarPickerHelper.convertTemporaryToReal(String ownerId,
IconType iconType,
Selection selection)
Converts temporary avatar (uploaded) to real avatar
|
AvatarPickerHelperImpl.Result<Avatar> |
AvatarPickerHelperImpl.convertTemporaryToReal(String ownerId,
IconType iconType,
Selection selection) |
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)
Deprecated.
|
Avatar |
AvatarManagerImpl.create(String fileName,
String contentType,
IconType iconType,
IconOwningObjectId owner,
InputStream imageData,
Selection croppingSelection) |
Avatar |
AvatarManager.create(String fileName,
String contentType,
IconType iconType,
IconOwningObjectId 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 project,
InputStream imageData,
Selection croppingSelection) |
Avatar |
AvatarManager.create(String fileName,
String contentType,
Project owner,
InputStream image,
Selection selection)
Deprecated.
|
AvatarImageDataProvider |
CroppingAvatarImageDataProviderFactoryImpl.createStreamsFrom(InputStream uploadedImage,
Selection cropping) |
AvatarImageDataProvider |
CroppingAvatarImageDataProviderFactory.createStreamsFrom(InputStream uploadedImage,
Selection cropping)
Creates avatar image data provider that uses fragment of image.
|
AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> |
AvatarPickerHelper.cropTemporary(String ownerId,
IconType iconType,
Selection selection)
Crops the temporary avatar (uploaded) using the given selection.
|
AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> |
AvatarPickerHelperImpl.cropTemporary(String ownerId,
IconType iconType,
Selection 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.
|
Constructor and Description |
---|
TemporaryAvatar(String contentType,
String temporaryContentType,
String originalFilename,
File file,
Selection selection) |
TemporaryAvatarBean(String url,
Selection selection) |
Modifier and Type | Method and Description |
---|---|
Avatar |
TemporaryAvatarHelper.convertTemporaryToReal(ApplicationUser remoteUser,
String ownerId,
IconType iconType,
Selection selection) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.