首页 > 其他 > 详细

e656. 创建基本图形

时间:2018-09-02 23:04:02      阅读:173      评论:0      收藏:0      [点我收藏+]
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. 创建基本图形

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!