Interface ICellDecorationIcon
- All Known Implementing Classes:
CellDecorationIcon
public interface ICellDecorationIcon
Indicates the icon of cell decoration.
-
Method Summary
int
Gets the icon height in pixels.
Gets the icon src string.
int
Gets the icon width in pixels.
-
Method Details
-
getSrc
Gets the icon src string.
-
getWidth
int getWidth()
Gets the icon width in pixels.
-
getHeight
int getHeight()
Gets the icon height in pixels.
-
getPosition
Gets the icon position.