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

e656. 创建基本图形

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

标签:cells   ted   body   tar   val   tab   arc   ble   height   

Shape line = new Line2D.Float(x1, y1, x2, y2);
    Shape arc = new Arc2D.Float(x, y, w, h, start, extent, type);
    Shape oval = new Ellipse2D.Float(x, y, w, h);
    Shape rectangle = new Rectangle2D.Float(x, y, w, h);
    Shape roundRectangle = new RoundRectangle2D.Float(x, y, w, h, arcWidth, arcHeight);

 

Related Examples

e656. 创建基本图形

标签:cells   ted   body   tar   val   tab   arc   ble   height   

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

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