码迷,mamicode.com
首页 > 其他好文 > 详细

e657. 用直线和曲线绘制图形

时间:2018-09-02 23:57:00      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:cell   shape   int   close   pad   table   center   style   color   

 GeneralPath shape = new GeneralPath();
    shape.moveTo(x, y);
    shape.lineTo(x, y);
    shape.quadTo(controlPointX, controlPointY, x, y);
    shape.curveTo(controlPointX1, controlPointY1, controlPointX2, controlPointY2, x, y);
    shape.closePath();

 

Related Examples

e657. 用直线和曲线绘制图形

标签:cell   shape   int   close   pad   table   center   style   color   

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

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