// Disegna i settori di saturazione
g2.setColor(sectorcolor);
g2.fillPolygon(xxp, yyp, sector.CountPoint());
if (numstat != 1) {
g2.setColor(Color.BLACK);
g2.draw(new Polygon(xxp, yyp, sector.CountPoint()));
}
// Adds this sector to labels
double[] centre = sector.getCentre();
labels.add(new Caption(sector.getName(), centre[0], centre[1], sector.getType()));