Recall the General Instructions for Grading Programs.
Eclipse project for this assignment: ObjectsAndMethods
Points to be awarded:
SomeTypes – 5 points for each of the 2 TODOs (so 10 points total).
Per the above link, additionally deduct points for poor style or documentation on this and all succeeding items.
FourRectanglePrinter – 2 points for each of the following (so 10 points total):
Grader: It is OK if their translations assume the ordinary coordinate system, where increasing x values goes to the right and increasing y values go UP. In fact, the coordinate system in the Java Swing classes (like Rectangle) have increasing y go DOWN. So OK if they have translations that decrease y or increase y – both are fine.
Total: 35 points.