MoioChart

MoioChart project is my Java library to draw function plots, bar graphs, pie graphs, etc.
Download

MoioChart Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Silvio Moioli
  • Publisher web site:
  • http://www.moioli.net/Projects__English____4/MoioChart_Java_library___74.html

MoioChart Tags


MoioChart Description

MoioChart project is my Java library to draw function plots, bar graphs, pie graphs, etc. MoioChart project is my Java library to draw function plots, bar graphs, pie graphs, etc.Why should I use it?Firstly, because it is very easy to use. For example: Drawable objects such as functions, axes, pies, etc. can be added to or removed from the Chart via the standard Collection methods like add() or removeAll(). Repainting and scaling are fully automatic! Secondly, because it works on both PCs and palmtop computers. If you need to write some code that works from inside an applet, in a standard desktop application and in your handheld or smartphone then MoioChart will be a good starting point. MoioChart is portable across different graphic toolkits and actually it works on Swing, SuperWaba (a Virtual Machine for handhelds) and SWT (Eclipse's native toolkit).Thirdly, because it works great with function plots. Although MoioChart can display a variety of charts, it is particularly well suited for mathematical functions. For example, if you want to plot a parabola all you need is the following line of code: jGraph.add(new ParsedFunction("x^2")); All the parsing and scaling stuff is done automatically, as well as the choice of the best "step" to have both accurate plotting and very fast execution. Finally, because it is free, Open Source software. It is also well organized and commented, making it easy to modify and extend. Adding new Drawable objects, for example, is trivial: you just have to implement three methods.


MoioChart Related Software