com.atlassian.confluence.plugin.descriptor.web.model
Class ConfluenceWebIcon

java.lang.Object
  extended by com.atlassian.confluence.plugin.descriptor.web.model.ConfluenceWebIcon
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebIcon

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

A confluence specific wrapper for the WebIcon


Constructor Summary
ConfluenceWebIcon(com.atlassian.plugin.web.model.WebIcon webIcon)
           
 
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

ConfluenceWebIcon

public ConfluenceWebIcon(com.atlassian.plugin.web.model.WebIcon webIcon)
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 © 2003-2010 Atlassian. All Rights Reserved.