Пример #1
0
 void hideClusterNoRepaint(PointCategory pc) {
   field.removeAll(pc);
 }
Пример #2
0
 void hideCluster(PointCategory pc) {
   field.removeAll(pc);
   repaintContentPanel();
 }