return null;
}
if (getHostFigure().getBounds().contains((Rectangle) constraint)) {
SetConstraintCommand locationCommand = new SetConstraintCommand();
locationCommand.setNode((Box) child.getModel());
locationCommand.setLocation(((Rectangle) constraint).getLocation());
locationCommand.setSize(((Rectangle) constraint).getSize());
return locationCommand;
}
return null;
}