public class MacroIcon extends Object
Constructor and Description |
---|
MacroIcon(String location,
boolean relative) |
MacroIcon(String location,
boolean relative,
int height,
int width) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
String |
getLocation() |
int |
getWidth() |
boolean |
isRelative()
Whether or not the location of this icon should be taken as a relative path.
|
public MacroIcon(String location, boolean relative)
public MacroIcon(String location, boolean relative, int height, int width)
public String getLocation()
public boolean isRelative()
public int getHeight()
public int getWidth()
Copyright © 2003–2018 Atlassian. All rights reserved.