com.atlassian.bamboo.plugin.web.model
Class BambooWebIcon

java.lang.Object
  extended by com.atlassian.bamboo.plugin.web.model.BambooWebIcon
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebIcon

public class BambooWebIcon
extends java.lang.Object
implements com.atlassian.plugin.web.model.WebIcon


Constructor Summary
BambooWebIcon(org.dom4j.Element iconEl, com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper, com.atlassian.plugin.web.ContextProvider contextProvider, com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor descriptor)
           
 
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

BambooWebIcon

public BambooWebIcon(org.dom4j.Element iconEl,
                     com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper,
                     com.atlassian.plugin.web.ContextProvider contextProvider,
                     com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor descriptor)
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 © 2011 Atlassian. All Rights Reserved.