|
Cartesian Graph
The Cartesian Graph is a very flexible custom-draw canvas derived from LayeredCanvas. You can add polygons, points, lines and any kind of vectorized elements.
IMHO, it have the best example for the whole SWT Graph project: the GraphPlotter. It is self intuitive, a cartesian plan which plot points, link them, organize them, name them and represent any kind of data which you need in a very fashionable way.
Oh, of course. In this custom-draw canvas is very easy to implement advanced features like zoom and drag-and-drop of the points. Give it a try.
|
|