} else if (name.equals(SWITCH_BOX_2_POS)) {
res = new SwitchBox2Pos(x, y, width, height);
} else if (name.equals(SWITCH_BOX_3_POS)) {
res = new SwitchBox3Pos(x, y, width, height);
} else if (name.equals(GATED_SVG_SHAPE)) {
res = new GatedSvgShape(x, y, width, height);
}