Graphics g = image.getGraphics();
g.drawString(name,200,200);
怎样让生成的图片90度旋转
rotate(90.0*Math.PI/180.0);
//这个 方法 把 ..