Uses of Class
com.atlassian.renderer.Icon

Packages that use Icon
com.atlassian.renderer   
 

Uses of Icon in com.atlassian.renderer
 

Fields in com.atlassian.renderer declared as Icon
static Icon Icon.NULL_ICON
          The NULL_ICON is a convenient icon that has no size and draws nothing.
 

Methods in com.atlassian.renderer that return Icon
 Icon IconManager.getEmoticon(java.lang.String symbol)
           
 Icon DefaultIconManager.getEmoticon(java.lang.String symbol)
          Retrieve an emoticon for a particular icon name.
 Icon IconManager.getLinkDecoration(java.lang.String iconName)
           
 Icon DefaultIconManager.getLinkDecoration(java.lang.String iconName)
          Retrieve a link decoration for a particular icon name.
static Icon Icon.makeEmoticon(java.lang.String path, int height, int width)
          Factory method for a new emoticon
static Icon Icon.makeRenderIcon(java.lang.String path, int position, int width, int height)
          Factory method for a new rendericon
 

Methods in com.atlassian.renderer that return types with arguments of type Icon
protected  java.util.Map<java.lang.String,Icon> DefaultIconManager.getEmoticonsMap()
           
protected  java.util.Map<java.lang.String,Icon> DefaultIconManager.getIconsMap()
           
 



Copyright © 2012 Atlassian. All Rights Reserved.