com.atlassian.jira.plugin.webfragment.model
Class JiraWebIcon

java.lang.Object
  extended by com.atlassian.jira.plugin.webfragment.model.JiraWebIcon
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebIcon

public class JiraWebIcon
extends Object
implements com.atlassian.plugin.web.model.WebIcon

A jira specific wrapper for the DefaultWebIcon


Constructor Summary
JiraWebIcon(com.atlassian.plugin.web.model.WebIcon webIcon, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 int getHeight()
           
 com.atlassian.plugin.web.model.WebLink getUrl()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraWebIcon

public JiraWebIcon(com.atlassian.plugin.web.model.WebIcon webIcon,
                   JiraAuthenticationContext authenticationContext)
Method Detail

getUrl

public com.atlassian.plugin.web.model.WebLink getUrl()
Specified by:
getUrl in interface com.atlassian.plugin.web.model.WebIcon

getWidth

public int getWidth()
Specified by:
getWidth in interface com.atlassian.plugin.web.model.WebIcon

getHeight

public int getHeight()
Specified by:
getHeight in interface com.atlassian.plugin.web.model.WebIcon


Copyright © 2002-2009 Atlassian. All Rights Reserved.