We need functions in SumlLine and SumlBox that will shift the object vertically or horizontally.
void ShiftVert ( int );
void ShiftHoriz ( int );
Positive input will result in a positive shift in our co-ordinate system and negative input will result in a negative shift.