System.out.println("Add Shear Transform"); g2.shear(0.05,0.1); displayMatrix(g2.getTransform()); Figure 6