|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
其实你不用Struts,spring这些工具,直接用jsp,servlet能够很方便地写出来,而且,可以根据个人的水平、爱好,有很多方案。而struts,spring这些工具的出来。js
<objectid=DirectDraw
classid="CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"
style="positiion:absolute;top:0;left:0;width:320;height:200"
>
<paramname="line0001"value="画图指令1">
<paramname="line0002"value="画图指令2">
...
</object>
画图指令分类:
(一)罕见外形
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)//style=(1:实线;2:虚线;0:埋没)
2.添补效果
SetFillColor(r,g,b,backr,backg,backb)
SetFillStyle(style)//style=(1:实心;2:通明;3:-;4:|;5:;6:/;7:+;8:x)
(三)笔墨输入函数
SetFont(字体,width,height,r,g,b)//设置字体
Text(要输入的笔墨内容,x,y,z)//输入笔墨
把持函数//界说<object>后在<script></script>里利用。
援用格局: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()//扫除,扫除后没法恢复!
到时我们不用学struts,不用学spring,不用学Hibernate,只要能把jsf学会了,完全可以替代所有的框架,包括AJAX,都知道AJAX并不是新技术,虽说我没深入学习jsf但我认为jsf应该已经能通过其它技术替代AJAX,实现无缝刷新。 |
|