179180181182183184185186187188189
// Vertical line of the cross origine = y - height / 2; roi2 = new Line(x, origine, x, origine + height); break; case TEXT: roi = new TextRoi(x, y, imagePlus); break; case POINT: roi = new PointRoi(x, y, imagePlus); break; }