Class MacroIcon
- java.lang.Object
-
- com.atlassian.confluence.macro.browser.beans.MacroIcon
-
public class MacroIcon extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()StringgetLocation()intgetWidth()booleanisRelative()Whether or not the location of this icon should be taken as a relative path.
-
-
-
Method Detail
-
getLocation
public String getLocation()
-
isRelative
public boolean isRelative()
Whether or not the location of this icon should be taken as a relative path.- Returns:
- true if the location is relative to the image base directory
-
getHeight
public int getHeight()
- Returns:
- the height of the icon in pixels
-
getWidth
public int getWidth()
- Returns:
- the width of the icon in pixels
-
-