码迷,mamicode.com
首页 > 移动开发 > 详细

e659. 缩放,剪取,移动,翻转图形

时间:2018-09-03 00:05:26      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:shift   translate   examples   new   order   orm   cells   java   ali   

 AffineTransform tx = new AffineTransform();
    tx.scale(scalex, scaley);
    tx.shear(shiftx, shifty);
    tx.translate(x, y);
    tx.rotate(radians);
    Shape newShape = tx.createTransformedShape(shape);

 

Related Examples

e659. 缩放,剪取,移动,翻转图形

标签:shift   translate   examples   new   order   orm   cells   java   ali   

原文地址:https://www.cnblogs.com/borter/p/9575469.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!