public class CssIconImageResource extends java.lang.Object implements CssIconContainer
Constructor and Description |
---|
CssIconImageResource(BaseIcon cssIcon) |
CssIconImageResource(BaseIcon cssIcon,
int size) |
Modifier and Type | Method and Description |
---|---|
Element |
getCssElement() |
SafeHtml |
getCssIcon() |
SafeHtml |
getCssIcon(int size) |
int |
getHeight() |
int |
getLeft() |
java.lang.String |
getName() |
SafeUri |
getSafeUri() |
int |
getTop() |
java.lang.String |
getURL() |
int |
getWidth() |
boolean |
isAnimated() |
public CssIconImageResource(BaseIcon cssIcon)
public CssIconImageResource(BaseIcon cssIcon, int size)
public java.lang.String getName()
public SafeHtml getCssIcon()
getCssIcon
in interface CssIconContainer
public SafeHtml getCssIcon(int size)
getCssIcon
in interface CssIconContainer
public Element getCssElement()
getCssElement
in interface CssIconContainer
public int getHeight()
public int getLeft()
public SafeUri getSafeUri()
public int getTop()
public java.lang.String getURL()
public int getWidth()
public boolean isAnimated()