return selectionElements;
if (selection instanceof IncrementalSelection) {
IncrementalSelection sel = (IncrementalSelection) selection;
if (!sel.isFinished())
selectionElements.add(sel.generate(selectionColor));
}
return selectionElements;
}
public List<IGeneratorParameter<?>> getParameters() {