Exemplo n.º 1
0
 void hideClusterNoRepaint(PointCategory pc) {
   field.removeAll(pc);
 }
Exemplo n.º 2
0
 void hideCluster(PointCategory pc) {
   field.removeAll(pc);
   repaintContentPanel();
 }