예제 #1
0
 void hideClusterNoRepaint(PointCategory pc) {
   field.removeAll(pc);
 }
예제 #2
0
 void hideCluster(PointCategory pc) {
   field.removeAll(pc);
   repaintContentPanel();
 }