Methods in com.atlassian.jira.avatar with parameters of type Selection |
AvatarPickerHelperImpl.Result<Avatar> |
AvatarPickerHelper.convertTemporaryToReal(String ownerId,
Avatar.Type type,
Selection selection)
Converts temporary avatar (uploaded) to real avatar |
AvatarPickerHelperImpl.Result<Avatar> |
AvatarPickerHelperImpl.convertTemporaryToReal(String ownerId,
Avatar.Type type,
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. |
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. |