Class ReadOnlyWebIcon
- java.lang.Object
-
- com.atlassian.confluence.impl.plugin.web.readonly.ReadOnlyWebIcon
-
- All Implemented Interfaces:
com.atlassian.plugin.web.model.WebIcon
public class ReadOnlyWebIcon extends Object implements com.atlassian.plugin.web.model.WebIcon
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyWebIcon(com.atlassian.plugin.web.model.WebIcon delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
com.atlassian.plugin.web.model.WebLink
getUrl()
int
getWidth()
-
-
-
Method Detail
-
getUrl
public com.atlassian.plugin.web.model.WebLink getUrl()
- Specified by:
getUrl
in interfacecom.atlassian.plugin.web.model.WebIcon
-
getWidth
public int getWidth()
- Specified by:
getWidth
in interfacecom.atlassian.plugin.web.model.WebIcon
-
getHeight
public int getHeight()
- Specified by:
getHeight
in interfacecom.atlassian.plugin.web.model.WebIcon
-
-