Interface ClusterIconGenerator

All Known Implementing Classes:
DefaultClusterIconGenerator

public interface ClusterIconGenerator
클러스터의 아이템 개수에 따라 아이콘 이미지를 생성해주는 아이콘 생성기 인터페이스.
  • Method Summary

    Modifier and Type
    Method
    Description
    getIcon(int count)
    아이템 개수에 따른 아이콘 이미지를 생성합니다.
  • Method Details

    • getIcon

      InvImage getIcon(int count)
      아이템 개수에 따른 아이콘 이미지를 생성합니다.
      Parameters:
      count - 클러스터에 포함된 아이템의 개수
      Returns:
      아이콘 이미지 객체