- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://xeiam.com/xchart
- 软件文档: https://github.com/timmolter/XChart
- 官方下载: https://github.com/timmolter/XChart/releases
软件介绍
XChart 是简单的图表应用。
特性:
No additional dependencies
~100KB Jar
Line charts
Scatter charts
Area charts
Bar charts
Histogram charts
Error bars
Logarithmic axes
Date and category X-Axis
Multiple series
Extensive customization
Themes - XChart, GGPlot2, MATLAB
Right-click, Save-As...
User-defined axes range
Custom legend placement
CSV import and export
High resolution chart export
Real-time charts
示例:
double[] xData = new double[] { 0.0, 1.0, 2.0 };
double[] yData = new double[] { 2.0, 1.0, 0.0 };
// Create Chart
Chart chart = QuickChart.getChart("Sample Chart", "X", "Y", "y(x)", xData, yData);
// Show it
new SwingWrapper(chart).displayChart();
// Save it
BitmapEncoder.saveBitmap(chart, "./Sample_Chart", BitmapFormat.PNG);
// or save it in high-res
BitmapEncoder.saveBitmapWithDPI(chart, "./Sample_Chart_300_DPI", BitmapFormat.PNG, 300);
大象无形:虚幻引擎程序设计浅析
罗丁力、张三 / 电子工业出版社 / 2017-4 / 65
《大象无形:虚幻引擎程序设计浅析》以两位作者本人在使用虚幻引擎过程中的实际经历为参考,包括三大部分:使用C++语言进行游戏性编程、了解虚幻引擎本身底层结构与渲染结构、编写插件扩展虚幻引擎。提供了不同于官方文档内容的虚幻引擎相关细节和有效实践。有助于读者一窥虚幻引擎本身设计的精妙之处,并能学习到定制虚幻引擎所需的基础知识,实现对其的按需定制。 《大象无形:虚幻引擎程序设计浅析》适合初步了解虚幻......一起来看看 《大象无形:虚幻引擎程序设计浅析》 这本书的介绍吧!
