}
@Override
protected Command getCreateCommand(CreateRequest request) {
Object newObject = request.getNewObject();
VertexCreateCommand command = new VertexCreateCommand();
command.setNewObject(newObject);
command.setModel(getHost().getModel());
command.setBounds((Rectangle) getConstraintFor(request));
return command;
}