System.out.println("Add Rotate Transform");
    //Rotate 11.25 degrees about center
    g2.rotate(Math.PI/16,2.0*ds, 2.0*ds);
    displayMatrix(g2.getTransform());



Figure 7