示例#1
0
 @Override
 public void rotateOnZ(float f) {
   for (Shape shape : parts) {
     shape.rotateOnZ(f);
   }
 }