Uses of Class
com.atlassian.jira.avatar.Avatar.Size

Packages that use Avatar.Size
com.atlassian.jira.avatar   
 

Uses of Avatar.Size in com.atlassian.jira.avatar
 

Methods in com.atlassian.jira.avatar that return Avatar.Size
static Avatar.Size Avatar.Size.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Avatar.Size[] Avatar.Size.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.avatar with parameters of type Avatar.Size
 URI AvatarService.getAvatarURL(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId, Avatar.Size size)
          Returns the URL for the avatar of the user having the given username for displaying on a page that should be shown for the passed in remoteUser.
 URI AvatarServiceImpl.getAvatarURL(com.atlassian.crowd.embedded.api.User remoteUser, String avatarUserId, Avatar.Size size)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.