示例#1
0
 public int getColorCell() {
   return palette.getColorCell(this.table, this.index);
 }
示例#2
0
 protected PaletteIcon createIcon() {
   return new PaletteIcon(palette.getColorCell(table, index), palette.getCellSize(table));
 }