com.atlassian.confluence.api.model.web
Class Icon
java.lang.Object
com.atlassian.confluence.api.model.web.Icon
@ExperimentalApi
public class Icon
- extends Object
Represents an image with fixed dimensions, often for a Person or Space.
- Since:
- v5.0
|
Constructor Summary |
Icon(String path,
int width,
int height,
boolean isDefault)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Icon
public Icon(String path,
int width,
int height,
boolean isDefault)
getPath
public String getPath()
getWidth
public int getWidth()
getHeight
public int getHeight()
getIsDefault
public boolean getIsDefault()
Copyright © 2003–2015 Atlassian. All rights reserved.