[]
        
立即试用
(Showing Draft Content)

ICellDecorationIcon

Interface ICellDecorationIcon

All Known Implementing Classes:
CellDecorationIcon

public interface ICellDecorationIcon
表示单元格装饰的图标。
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    获取图标的高度。
    获取图标的位置。
    获取图标的内容字符串。
    int
    获取图标的宽度。
  • Method Details

    • getSrc

      String getSrc()
      获取图标的内容字符串。
    • getWidth

      int getWidth()
      获取图标的宽度。
    • getHeight

      int getHeight()
      获取图标的高度。
    • getPosition

      IconPosition getPosition()
      获取图标的位置。