Protovis的GWT封装 ProtovisGWT

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-21 08:13:29

软件介绍

Protovis-GWT (Source Code, Examples) 是一个开源的 GWT 数据可视化模块,使用 GWT 封装了 Protovis 可视化的JavaScript库的使用。

示例代码:

public void onModuleLoad() {
 
RootPanel.get().add(new ProtovisWidget() {
   
protected void onAttach() {
     
super.onAttach();
      initPVPanel
();
     
// create visualization here...
      getPVPanel
().render();
   
}
 
});
}

本文地址:https://codercto.com/soft/d/12829.html

Foundations of PEAR

Foundations of PEAR

Good, Nathan A./ Kent, Allan / Springer-Verlag New York Inc / 2006-11 / $ 50.84

PEAR, the PHP Extension and Application Repository, is a bountiful resource for any PHP developer. Within its confines lie the tools that you need to do your job more quickly and efficiently. You need......一起来看看 《Foundations of PEAR》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具