当前位置:  编程技术>java/j2ee

用js绘图

    来源: 互联网  发布时间:2014-10-13

    本文导语:  ... 绘图指令分类: (一)常见形状 1.矩形类 //rotation是以度为单位的旋转角度 Rect(x ,y, width, height, rotation) //矩形 Oval(x ,y, width, height, rotation) //椭圆 RoundRect(x ,y, width, height, arcWidth, arcHeight, rotation) 2.弧形类 Arc(x ,y, width, height, star...




...

绘图指令分类:
(一)常见形状
1.矩形类 //rotation是以度为单位的旋转角度
Rect(x ,y, width, height, rotation) //矩形
Oval(x ,y, width, height, rotation) //椭圆
RoundRect(x ,y, width, height, arcWidth, arcHeight, rotation)
2.弧形类
Arc(x ,y, width, height, startAngle, arcAngle, rotation) //弧形
Pie(x ,y, width, height, startAngle, arcAngle, rotation) //饼图
3.多边形类
Polygon(nPoints, x1, y1, x2, y2, [x3, y3, ....], rotation) //闭合
Polyline(nPoints, x1, y1, x2, y2, [xn, yn, ....], rotation) //不闭合
(二)效果函数
1.线条效果
SetLineColor(r, g, b) //设置画线颜色
SetLineStyle(style) //;5:;6:/;7:+;8:x)
(三)文字输出函数
SetFont('字体',width,height,r,g,b) //设置字体
Text('要输出的文字内容', x,y,z) //输出文字


控制函数 //定义后在里使用。
引用格式:DirectDraw.FunctionName()
rotate(x-rotation, y-rotation, z-rotation) //旋转
scale(x-scale,y-scale,z-scale) //缩放
translate(x-coordinate,y-coordinate,z-coordinate) //平移
setIdentity() //复原
clear() //清除,清除后无法恢复!


    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 在QLable控件上如何绘图???我想实现在label控件上绘图,大家帮忙~~~
  • 绘图软件包 Gnuplot
  • 位图图像绘图软件 MacPaint
  • 绘图程序 Tux Paint
  • 绘图引擎 RRDtool
  • Java绘图Applet Grafito
  • 绘图库 DISLIN
  • php绘图中显示不出图片的原因及解决
  • JavaScript绘图库 DrJs
  • jQuery绘图插件 wPaint
  • 矢量绘图软件 Xara LX
  • 开源绘图软件 mtPaint
  • 向量图形绘图库 Cairo
  • 绘图软件 MyPaint
  • 在线绘图系统 Painter
  • JavaScript绘图工具包 Plotkit
  • jQuery绘图插件 jqPlot
  • jQuery 绘图插件 jCanvas
  • QT 绘图方法的比较
  • Java 绘图框架 JGraphEd


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3