super(uiElementNode);
IFigure f = new ElementFigure(); f.setLayoutManager(new XYLayout()); return f;
IFigure f = getFigure(); if (f instanceof ElementFigure) { ((ElementFigure) f).setSelected(false); }
IFigure f = getFigure(); if (f instanceof ElementFigure) { ((ElementFigure) f).setSelected(true); }