Class MacroIcon
java.lang.Object
com.atlassian.confluence.macro.browser.beans.MacroIcon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getWidth()
boolean
Whether or not the location of this icon should be taken as a relative path.
-
Constructor Details
-
MacroIcon
-
MacroIcon
-
-
Method Details
-
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
-