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()
           
 

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.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.