716717718719720721722723724725
} } if (yend == -1) { yend = ystart; } RoleLocator locationOfCurrentRole = new RoleLocator(name, column, ystart, yend); layout.addRole(locationOfCurrentRole); } return layout; }