|
Up is a Swing component dedicated to the rendering of numeric data. It makes an extensive use of the Java2D framework. It may be used for scientific, statistic, geometric data rendering. More generally, it is able to render any object that can considered as sets of points. Up keeps things easy by using a straightforward object-oriented model: its basic concept is the figure, which is composed of points and sub-figures. This very flexible recursive model does not define any limitation on what is represented. Just to make things even easier, Up automatically adapts the axis system according to what is drawn. Of course, such mechanism can be turned off. Up is designed to be as a controllable and customisable as possible. Everything on the drawing pane can be changed according to the user's desires: axis visibility, graduations, colors, legends, grids, figure rendering modes (based on Java2D). You can really draw what you want in the way you want. Up can be detached from the Swing interface. It can hence be used as a generator for images files (vectorial or bitmap) such as PNG, JPEG, PDF, PostScript, SVG, etc. These files can then easily be included into your documents and presentations.
GET UP NOW!
You can right now download the latest version. All dependancies are included, as well as the source code. If you don't need to dependancies, then download Up JAR file. |