Uses of Class
com.atlassian.jira.avatar.Selection

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()
           
 Selection TemporaryAvatar.getSelection()
           
 

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.
 AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> AvatarPickerHelper.cropTemporary(String ownerId, Avatar.Type type, Selection selection)
          Crops the temporary avatar (uploaded) using the given selection.
 AvatarPickerHelperImpl.Result<AvatarPickerHelperImpl.TemporaryAvatarBean> AvatarPickerHelperImpl.cropTemporary(String ownerId, Avatar.Type type, 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.
 

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)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.