Peter Mueller wrote:

> I looking for a library to graphically model state diagrams. Is it
> possible to draw diagrams like the following using Piccolo2D?
> http://www.sinelabore.com/Features_files/sc.jpg

Yes.


> Critical aspects are:
> - links between nodes of all layers
> - nodes can contain text
> - hierarchy
> - links between nodes in different levels of hierarchy and parent
> nodes

The model internal to Piccolo2D is that of a scene-graph, so you may
use that directly for your hierarchy.

Or if you would prefer, use an actual model of a state chart (e.g.
State Chart XML (SCXML) project at Apache Commons,
http://commons.apache.org/scxml/) and implement strictly the view in
Piccolo2D.

   michael
-- 
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to