com.atlassian.confluence.api.model.web
Class Icon

java.lang.Object
  extended by com.atlassian.confluence.api.model.web.Icon

@ExperimentalApi
public class Icon
extends java.lang.Object

Represents an image with fixed dimensions, often for a Person or Space.

Since:
v5.0

Constructor Summary
Icon(java.lang.String path, int width, int height, boolean isDefault)
           
 
Method Summary
 int getHeight()
           
 boolean getIsDefault()
           
 java.lang.String getPath()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Icon

public Icon(java.lang.String path,
            int width,
            int height,
            boolean isDefault)
Method Detail

getPath

public java.lang.String getPath()

getWidth

public int getWidth()

getHeight

public int getHeight()

getIsDefault

public boolean getIsDefault()


Copyright © 2003-2014 Atlassian. All Rights Reserved.