[]
        
(Showing Draft Content)

ICellDecorationIcon

Interface ICellDecorationIcon

All Known Implementing Classes:
CellDecorationIcon

public interface ICellDecorationIcon
Indicates the icon of cell decoration.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the icon height in pixels.
    Gets the icon position.
    Gets the icon src string.
    int
    Gets the icon width in pixels.
  • Method Details

    • getSrc

      String 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

      IconPosition getPosition()
      Gets the icon position.