com.atlassian.jira.avatar
Class AvatarPickerHelperImpl.TemporaryAvatarBean

java.lang.Object
  extended by com.atlassian.jira.avatar.AvatarPickerHelperImpl.TemporaryAvatarBean
Enclosing class:
AvatarPickerHelperImpl

public static class AvatarPickerHelperImpl.TemporaryAvatarBean
extends Object


Constructor Summary
AvatarPickerHelperImpl.TemporaryAvatarBean(String url, int width, int height, boolean needsCropping)
           
AvatarPickerHelperImpl.TemporaryAvatarBean(String url, Selection selection)
           
 
Method Summary
 int getCropperOffsetX()
           
 int getCropperOffsetY()
           
 int getCropperWidth()
           
 String getUrl()
           
 boolean isCroppingNeeded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvatarPickerHelperImpl.TemporaryAvatarBean

public AvatarPickerHelperImpl.TemporaryAvatarBean(String url,
                                                  int width,
                                                  int height,
                                                  boolean needsCropping)

AvatarPickerHelperImpl.TemporaryAvatarBean

public AvatarPickerHelperImpl.TemporaryAvatarBean(String url,
                                                  Selection selection)
Method Detail

isCroppingNeeded

public boolean isCroppingNeeded()

getUrl

public String getUrl()

getCropperWidth

public int getCropperWidth()

getCropperOffsetX

public int getCropperOffsetX()

getCropperOffsetY

public int getCropperOffsetY()


Copyright © 2002-2014 Atlassian. All Rights Reserved.