679680681682683684685686687688689
list.deselectAll(); // Clear out the selected graphics list selectedGraphics.clear(); selectGraphic(list.getOMGraphicAt(index)); graphicIndex = index; list.regenerate(proj); } /** * Mark the graphic as selected, and generate if necessary. */