// Do not fit text bounds if a width and a height is specified
res = new EllipseShape(x, y, width, height);
} else if (name.equals(PLOT)) {
// Do not fit text bounds if a width and a height is specified
res = new PlotShape(x, y, width, height);
}
return res;
}