绘图组件代码

时间:2016-10-02 04:03:47
【文件属性】:

文件名称:绘图组件代码

文件大小:1.36MB

文件格式:ZIP

更新时间:2016-10-02 04:03:47

java 绘图

环境的搭建: 1、新建一个Web工程 2、将Enviroument下的2个文件夹拷贝到工程的WebRoot\WEB-INF\lib下面 3、将Source下的类拷贝到在工程的src下新建的包smart\jrsoft\chart里面 4、将sample下的页面拷贝到工程的WebRoot下面 5、运行工程,打开jsp页面即可进行调试, 其中各种图形对应页面分别为: 画柱状图(drawBar.jsp) 画饼图(drawPie.jsp) 画折线图(drawLine.jsp) 画干特图(drawGant.jsp) 画点线图(drawDotLine.jsp) 按时间画点线图(timeDotLine.jsp)。 运行注意事项: 1、注意包名的大小写情况


【文件预览】:
3_绘图组件
----class()
--------TimeDotLine.class(8KB)
--------绘图组件.jar(29KB)
--------TaskList.class(1018B)
--------DrawDotLine.class(8KB)
--------DrawBar.class(7KB)
--------TaskObject.class(999B)
--------XYPointList.class(739B)
--------DrawLine.class(8KB)
--------TimeSeriesDemo5.class(3KB)
--------DrawGant.class(9KB)
--------TimeList.class(1KB)
--------ChangeColor.class(2KB)
--------DrawPie.class(7KB)
----source()
--------src()
----sample()
--------drawPie.jsp(1KB)
--------drawLine.jsp(1KB)
--------drawDotLine.jsp(2KB)
--------timeDotLine.jsp(1KB)
--------drawBar.jsp(1KB)
--------drawGant.jsp(2KB)
----Enviroument()
--------运行环境.txt(157B)
--------jcommon-1.0.0-pre2.jar(284KB)
--------jfreechart-1.0.0-pre2.jar(1020KB)
----readme.txt(511B)
----Document()
--------TimeDotLine.doc(125KB)
--------DrawDotLine.doc(117KB)
--------DrawLine.doc(120KB)
--------DrawGant.doc(118KB)
--------DrawPie.doc(89KB)
--------DrawBar.doc(94KB)

网友评论