コード例 #1
0
 void hideClusterNoRepaint(PointCategory pc) {
   field.removeAll(pc);
 }
コード例 #2
0
 void hideCluster(PointCategory pc) {
   field.removeAll(pc);
   repaintContentPanel();
 }